diff options
author | sefidel <contact@sefidel.net> | 2022-01-22 23:02:09 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-22 23:02:09 +0900 |
commit | 3877164d70b07e504b29a350a6f2caa42280a763 (patch) | |
tree | 2567540888ebcf14913b6956c44816b308ea34ae /nixos/default.nix | |
parent | 220dde08b73ed0091fed2b5b5cefd59708366376 (diff) | |
download | nixrc-3877164d70b07e504b29a350a6f2caa42280a763.tar.gz nixrc-3877164d70b07e504b29a350a6f2caa42280a763.zip |
nixos: use latest tui-greet (overlay)
Diffstat (limited to 'nixos/default.nix')
-rw-r--r-- | nixos/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/default.nix b/nixos/default.nix index dd1dd18..9c7c532 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -4,7 +4,7 @@ alpha = self.lib.mkSystem { name = "alpha"; nixpkgs = unstable-small; - overlays = with inputs; [ chaotic-nixpkgs.overlay ]; + overlays = with inputs; [ chaotic-nixpkgs.overlay (import ./overlays/tuigreet.nix) ]; extraModules = [ inputs.sops-nix.nixosModules.sops ./modules/security.nix |