diff options
author | sefidel <contact@sefidel.net> | 2022-02-01 23:11:30 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-01 23:11:30 +0900 |
commit | 898f61e563bf49e3a4e151f62c557bcc6c35f5b8 (patch) | |
tree | 17656afef251ff75e103a97394eae4991f41bb52 /nixos/default.nix | |
parent | 2a35f4eff0fcbc5d7094246f848adb9b4f301454 (diff) | |
download | nixrc-898f61e563bf49e3a4e151f62c557bcc6c35f5b8.tar.gz nixrc-898f61e563bf49e3a4e151f62c557bcc6c35f5b8.zip |
nixos/alpha: use nixpkgs greetd
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 d1937d4..3ae6f33 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -5,7 +5,7 @@ name = "alpha"; nixpkgs = unstable-small; # TODO: fix-156974 - https://github.com/NixOS/nixpkgs/pull/156974 - overlays = with inputs; [ chaotic-nixpkgs.overlay (import ./overlays/tuigreet.nix) (import ./overlays/fix-156974.nix) ]; + overlays = with inputs; [ chaotic-nixpkgs.overlay (import ./overlays/fix-156974.nix) ]; extraModules = [ inputs.sops-nix.nixosModules.sops ./modules/security.nix |