treewide: new imports in home-manager

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-10-18 14:01:11 +03:00
parent dda9670322
commit 397ef455d9
No known key found for this signature in database
3 changed files with 10 additions and 3 deletions

View file

@ -7,10 +7,11 @@
users = { users = {
hand7s = { hand7s = {
imports = [ imports = [
"${self}/hand7s/default.nix" "${self}/hand7s/"
inputs.spicetify-nix.homeManagerModules.default inputs.spicetify-nix.homeManagerModules.default
inputs.hyprland.homeManagerModules.default inputs.hyprland.homeManagerModules.default
inputs.chaotic.homeManagerModules.default inputs.chaotic.homeManagerModules.default
inputs.sops-nix.homeManagerModules.sops
]; ];
}; };
}; };

View file

@ -7,10 +7,13 @@
users = { users = {
hand7s = { hand7s = {
imports = [ imports = [
"${self}/hand7s/default.nix" "${self}/hand7s/"
inputs.spicetify-nix.homeManagerModules.default inputs.spicetify-nix.homeManagerModules.default
inputs.hyprland.homeManagerModules.default inputs.hyprland.homeManagerModules.default
inputs.chaotic.homeManagerModules.default inputs.chaotic.homeManagerModules.default
inputs.sops-nix.homeManagerModules.sops
inputs.noctalia.homeModules.default
]; ];
}; };
}; };

View file

@ -7,10 +7,13 @@
users = { users = {
hand7s = { hand7s = {
imports = [ imports = [
"${self}/hand7s/default.nix" "${self}/hand7s/"
inputs.spicetify-nix.homeManagerModules.default inputs.spicetify-nix.homeManagerModules.default
inputs.hyprland.homeManagerModules.default inputs.hyprland.homeManagerModules.default
inputs.chaotic.homeManagerModules.default inputs.chaotic.homeManagerModules.default
inputs.sops-nix.homeManagerModules.sops
inputs.noctalia.homeModules.default
]; ];
}; };
}; };