Update fred.nix

This commit is contained in:
ediblerope 2026-02-24 19:18:42 +00:00 committed by GitHub
parent b906e82e5c
commit 5b22eda141
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,9 @@
];
# Allow unfree nix-shell maybe
nixpkgs.config.allowUnfree = true;
home.file.".config/nixpkgs/config.nix".text = ''
{ allowUnfree = true; }
'';
# Import gnome home manager config
imports = [ ./gnome-hm.nix ];