1

Home/Nixinator: Add steam-run and fix nix-alien flake input

This commit is contained in:
2025-07-22 21:49:48 +02:00
parent 6db7efe71b
commit fa0a8f6901
3 changed files with 24 additions and 7 deletions

View File

@ -41,7 +41,9 @@
# Run unpatched binaries on NixOS
nix-alien.url = "github:thiagokokada/nix-alien";
nix-alien.inputs.nixpkgs.follows = "nixpkgs";
# Don't follow nixpkgs:
# https://github.com/thiagokokada/nix-alien#user-content-nixos-installation-with-flakes
# nix-alien.inputs.nixpkgs.follows = "nixpkgs";
# Hyprland (use flake so plugins are not built from source)
hyprland.url = "github:hyprwm/Hyprland";