This commit is contained in:
Julian Sutter 2023-02-06 10:10:01 -08:00
parent cc43c74ee7
commit a454b7b200
4 changed files with 10 additions and 7 deletions

12
flake.lock generated
View file

@ -8,11 +8,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1674928308, "lastModified": 1675637696,
"narHash": "sha256-elVU4NUZEl11BdT4gC+lrpLYM8Ccxqxs19Ix84HTI9o=", "narHash": "sha256-tilJS8zCS3PaDfVOfsBZ4zspuam8tc7IMZxtGa/K/uo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "08a778d80308353f4f65c9dcd3790b5da02d6306", "rev": "c43d4a3d6d9ef8ddbe2438362f5c775b4186000b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -23,11 +23,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1674641431, "lastModified": 1675545634,
"narHash": "sha256-qfo19qVZBP4qn5M5gXc/h1MDgAtPA5VxJm9s8RUAkVk=", "narHash": "sha256-TbQeQcM5TA/wIho6xtzG+inUfiGzUXi8ewwttiQWYJE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9b97ad7b4330aacda9b2343396eb3df8a853b4fc", "rev": "0591d6b57bfeb55dfeec99a671843337bc2c3323",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -28,6 +28,8 @@
./systems/common.nix ./systems/common.nix
./systems/aurora.nix ./systems/aurora.nix
./users/jsutter.nix ./users/jsutter.nix
./modules/gnome.nix
./modules/nushell
]; ];
}; };
}; };

View file

@ -104,6 +104,7 @@
glxinfo glxinfo
libgdiplus libgdiplus
zerotierone zerotierone
unzip
]; ];
services.xserver.excludePackages = [ pkgs.xterm ]; services.xserver.excludePackages = [ pkgs.xterm ];

View file

@ -134,4 +134,4 @@ in
}; };
}; };
}; };
} }