diff --git a/flake.lock b/flake.lock index 46c062f..afa6365 100644 --- a/flake.lock +++ b/flake.lock @@ -8,11 +8,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1674928308, - "narHash": "sha256-elVU4NUZEl11BdT4gC+lrpLYM8Ccxqxs19Ix84HTI9o=", + "lastModified": 1675637696, + "narHash": "sha256-tilJS8zCS3PaDfVOfsBZ4zspuam8tc7IMZxtGa/K/uo=", "owner": "nix-community", "repo": "home-manager", - "rev": "08a778d80308353f4f65c9dcd3790b5da02d6306", + "rev": "c43d4a3d6d9ef8ddbe2438362f5c775b4186000b", "type": "github" }, "original": { @@ -23,11 +23,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1674641431, - "narHash": "sha256-qfo19qVZBP4qn5M5gXc/h1MDgAtPA5VxJm9s8RUAkVk=", + "lastModified": 1675545634, + "narHash": "sha256-TbQeQcM5TA/wIho6xtzG+inUfiGzUXi8ewwttiQWYJE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9b97ad7b4330aacda9b2343396eb3df8a853b4fc", + "rev": "0591d6b57bfeb55dfeec99a671843337bc2c3323", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 2773239..811f68c 100644 --- a/flake.nix +++ b/flake.nix @@ -28,6 +28,8 @@ ./systems/common.nix ./systems/aurora.nix ./users/jsutter.nix + ./modules/gnome.nix + ./modules/nushell ]; }; }; diff --git a/systems/common.nix b/systems/common.nix index 3a266f5..fc289c9 100644 --- a/systems/common.nix +++ b/systems/common.nix @@ -104,6 +104,7 @@ glxinfo libgdiplus zerotierone + unzip ]; services.xserver.excludePackages = [ pkgs.xterm ]; diff --git a/users/jsutter.nix b/users/jsutter.nix index b20e171..bed66e6 100644 --- a/users/jsutter.nix +++ b/users/jsutter.nix @@ -134,4 +134,4 @@ in }; }; }; -} \ No newline at end of file +}