home: nixpkgs disable nixpkgs config

Zynh Ludwig 2024-08-19 06:01:58 -07:00
parent 544c431454
commit 4c8cd6c858
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;