Update fred.nix
This commit is contained in:
parent
b906e82e5c
commit
5b22eda141
1 changed files with 3 additions and 1 deletions
|
|
@ -10,7 +10,9 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# Allow unfree nix-shell maybe
|
# Allow unfree nix-shell maybe
|
||||||
nixpkgs.config.allowUnfree = true;
|
home.file.".config/nixpkgs/config.nix".text = ''
|
||||||
|
{ allowUnfree = true; }
|
||||||
|
'';
|
||||||
|
|
||||||
# Import gnome home manager config
|
# Import gnome home manager config
|
||||||
imports = [ ./gnome-hm.nix ];
|
imports = [ ./gnome-hm.nix ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue