Update fred.nix
This commit is contained in:
parent
22642929ae
commit
b906e82e5c
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@
|
|||
home.packages = with pkgs; [
|
||||
#
|
||||
];
|
||||
|
||||
# Allow unfree nix-shell maybe
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Import gnome home manager config
|
||||
imports = [ ./gnome-hm.nix ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue