home: nixpkgs disable nixpkgs config

This commit is contained in:
Zynh Ludwig 2024-08-19 06:01:58 -07:00
parent 544c431454
commit 4c8cd6c858

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;