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

@ -9,6 +9,9 @@
#
];
# Allow unfree nix-shell maybe
nixpkgs.config.allowUnfree = true;
# Import gnome home manager config
imports = [ ./gnome-hm.nix ];
}