diff --git a/flake.lock b/flake.lock index 40949a3..b5924e8 100644 --- a/flake.lock +++ b/flake.lock @@ -3195,7 +3195,8 @@ "nvix": "nvix", "sops-nix": "sops-nix", "terranix": "terranix", - "the-nest": "the-nest" + "the-nest": "the-nest", + "unstable-small": "unstable-small" } }, "rust-overlay": { @@ -3340,6 +3341,22 @@ "repo": "the-nest", "type": "github" } + }, + "unstable-small": { + "locked": { + "lastModified": 1741241576, + "narHash": "sha256-/mxmUVd+AE2bTmulNfM7yICocUvavlFQHcMYK67z3qI=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "ffe8d1b1030b5de6eba761102ee34b6e41d040ee", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable-small", + "repo": "nixpkgs", + "type": "github" + } } }, "root": "root", diff --git a/hosts/Parzival-Framework/default.nix b/hosts/Parzival-Framework/default.nix index 7934913..dafd637 100644 --- a/hosts/Parzival-Framework/default.nix +++ b/hosts/Parzival-Framework/default.nix @@ -20,4 +20,5 @@ module.hacking.enable = true; module.mudding.enable = true; software.keyd.enable = true; + module.gaming.enable = true; }