fixing home-manager
This commit is contained in:
10
nixos/core/home-manager.nix
Normal file
10
nixos/core/home-manager.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{inputs, ...}: {
|
||||
imports = [
|
||||
inputs.hm.nixosModules.default
|
||||
];
|
||||
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
};
|
||||
}
|
||||
@@ -3,6 +3,7 @@ let
|
||||
./core/hyprland.nix
|
||||
./core/zsh.nix
|
||||
./core/fonts.nix
|
||||
./core/home-manager.nix
|
||||
|
||||
./locale
|
||||
|
||||
|
||||
@@ -36,7 +36,6 @@ in {
|
||||
programs.dconf.enable = true;
|
||||
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
./system.nix
|
||||
./hardware-configuration.nix
|
||||
./substituters.nix
|
||||
|
||||
Reference in New Issue
Block a user