Update common.nix

This commit is contained in:
ediblerope 2026-01-31 20:49:51 +00:00 committed by GitHub
parent 974e8ce146
commit a34a05e1ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,6 +34,9 @@ in
./services/jellyfin.nix
];
### Make build time quicker
documentation.nixos.enable = false;
# Home Manager #
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;