treewide: home-manager path self.outPath -> self
This commit is contained in:
parent
addce26e11
commit
2b3d7f3834
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue