1
This commit is contained in:
2022-08-07 14:55:09 +02:00
parent c688a23f94
commit 3ff80a5e69

View File

@ -135,10 +135,8 @@
# HomeManager
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs =
true; # Use systems pkgs, disables nixpkgs.* options in home.nix
home-manager.useUserPackages =
true; # Enable installing packages through users.christoph.packages
home-manager.useGlobalPkgs = true; # Use systems pkgs, disables nixpkgs.* options in home.nix
home-manager.useUserPackages = true; # Enable installing packages through users.christoph.packages to /etc/profiles instead of ~/.nix-profile
home-manager.users.christoph = import ./home/home.nix;
# Make our overlays available in home.nix