steam deck changes

This commit is contained in:
alyx 2025-07-31 07:45:56 +01:00
parent 050e71f9ed
commit 30da666524
No known key found for this signature in database

View file

@ -10,10 +10,20 @@
./hardware-configuration.nix
];
programs.nh = {
enable = true;
clean.enable = true;
clean.extraArgs = "--keep-since 4d --keep 3";
flake = "/home/alyx/.config/nixos";
};
programs.bash.shellAliases = {
nano = "nvim";
};
nix.package = pkgs.lix;
nix.buildMachines = [ {
hostName = "alyx@192.168.1.146";
system = "x86_64-linux";
hostName = "alyx@192.168.1.144";
protocol = "ssh-ng";
# if the builder supports building for multiple architectures,
# replace the previous line by, e.g.