home: nixpkgs disable nixpkgs config
This commit is contained in:
parent
bbe280f608
commit
4ff0914d1a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue