steam deck changes
This commit is contained in:
parent
050e71f9ed
commit
30da666524
1 changed files with 12 additions and 2 deletions
|
|
@ -10,10 +10,20 @@
|
||||||
./hardware-configuration.nix
|
./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.package = pkgs.lix;
|
||||||
nix.buildMachines = [ {
|
nix.buildMachines = [ {
|
||||||
hostName = "alyx@192.168.1.146";
|
hostName = "alyx@192.168.1.144";
|
||||||
system = "x86_64-linux";
|
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
# if the builder supports building for multiple architectures,
|
# if the builder supports building for multiple architectures,
|
||||||
# replace the previous line by, e.g.
|
# replace the previous line by, e.g.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue