Update fred.nix

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

View file

@ -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 ];