fixing home-manager

This commit is contained in:
cnst
2024-07-30 21:54:38 +02:00
parent 7e6787ff38
commit df6ddf3644
6 changed files with 34 additions and 30 deletions

View File

@@ -0,0 +1,10 @@
{inputs, ...}: {
imports = [
inputs.hm.nixosModules.default
];
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
};
}

View File

@@ -3,6 +3,7 @@ let
./core/hyprland.nix
./core/zsh.nix
./core/fonts.nix
./core/home-manager.nix
./locale

View File

@@ -36,7 +36,6 @@ in {
programs.dconf.enable = true;
imports = [
inputs.home-manager.nixosModules.home-manager
./system.nix
./hardware-configuration.nix
./substituters.nix