home: nixpkgs disable nixpkgs config

Zynh Ludwig 2024-08-19 06:01:58 -07:00
parent 659d9d7cf8
commit 57d67276a0
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ in
{
imports = getModules ./.;
nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [ self.overlays.default ];
# nixpkgs.config.allowUnfree = true;
# nixpkgs.overlays = [ self.overlays.default ];
snowhawk.user.enable = lib.mkDefault true;
snowhawk.tmux.enable = lib.mkDefault true;