summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-03 01:49:21 -0700
committerFuwn <[email protected]>2024-10-03 01:49:21 -0700
commitb936939bd59482275d48ab6e47e908f79455ebd2 (patch)
tree647f1243f9979593f2c86dfcd7fe9c0e9765d249 /hosts
parentakashi: add akashi home-manager user (diff)
downloadnixos-config-b936939bd59482275d48ab6e47e908f79455ebd2.tar.xz
nixos-config-b936939bd59482275d48ab6e47e908f79455ebd2.zip
akashi: configure home manager packages
Diffstat (limited to 'hosts')
-rw-r--r--hosts/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index 8da9c9f..6e79bad 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -92,6 +92,8 @@ in
inputs.home-manager.nixosModules.home-manager
{
home-manager = {
+ useGlobalPkgs = true;
+ useUserPackages = true;
users.ebisu = import "${self}/home/ebisu/core";
extraSpecialArgs = {