This commit is contained in:
cnst
2024-07-06 08:14:43 +02:00
parent 4970b74255
commit 63151481c0
4 changed files with 12 additions and 11 deletions

View File

@@ -13,7 +13,8 @@
./hyprland.nix
];
home-manager = {
# useGlobalPkgs = true;
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = {
inherit inputs outputs;
};