treewide: home-manager path self.outPath -> self

This commit is contained in:
hand7s 2025-06-05 11:22:37 +03:00
parent addce26e11
commit 2b3d7f3834
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
users = { users = {
hand7s = { hand7s = {
imports = [ imports = [
"${self.outPath}/hand7s/default.nix" "${self}/hand7s/default.nix"
inputs.hyprpanel.homeManagerModules.hyprpanel inputs.hyprpanel.homeManagerModules.hyprpanel
inputs.spicetify-nix.homeManagerModules.default inputs.spicetify-nix.homeManagerModules.default
inputs.hyprland.homeManagerModules.default inputs.hyprland.homeManagerModules.default

View file

@ -7,7 +7,7 @@
users = { users = {
hand7s = { hand7s = {
imports = [ imports = [
"${self.outPath}/hand7s/default.nix" "${self}/hand7s/default.nix"
inputs.hyprpanel.homeManagerModules.hyprpanel inputs.hyprpanel.homeManagerModules.hyprpanel
inputs.spicetify-nix.homeManagerModules.default inputs.spicetify-nix.homeManagerModules.default
inputs.hyprland.homeManagerModules.default inputs.hyprland.homeManagerModules.default