diff --git a/common/users/homeModules/btop.nix b/common/users/homeModules/btop.nix index aefa7e5..b2dbce3 100644 --- a/common/users/homeModules/btop.nix +++ b/common/users/homeModules/btop.nix @@ -6,7 +6,7 @@ file = { btop = { recursive = true; - source = ../dotfiles/btop; + source = ../../../dotfiles/btop; target = "./.config/btop"; }; }; diff --git a/common/users/homeModules/dev/cpp.nix b/common/users/homeModules/dev/cpp.nix index 7ce36f9..b38a18c 100644 --- a/common/users/homeModules/dev/cpp.nix +++ b/common/users/homeModules/dev/cpp.nix @@ -10,7 +10,7 @@ ]; file = { eslint_d_config = { - source = ../dotfiles/eslintrc.json; + source = ../../../dotfiles/eslintrc.json; target = "./.config/.eslintrc.json"; }; }; diff --git a/common/users/homeModules/git.nix b/common/users/homeModules/git.nix index 23c7dbb..437f3c7 100644 --- a/common/users/homeModules/git.nix +++ b/common/users/homeModules/git.nix @@ -8,11 +8,11 @@ file = { lazygit = { recursive = true; - source = ../dotfiles/lazygit; + source = ../../../dotfiles/lazygit; target = "./.config/lazygit"; }; gh = { - source = ../dotfiles/gh/config.yml; + source = ../../../dotfiles/gh/config.yml; target = "./.config/gh/config.yml"; }; }; diff --git a/common/users/homeModules/rofi.nix b/common/users/homeModules/rofi.nix index 9610801..cc27b76 100644 --- a/common/users/homeModules/rofi.nix +++ b/common/users/homeModules/rofi.nix @@ -6,7 +6,7 @@ file = { rofi = { recursive = true; - source = ../dotfiles/rofi; + source = ../../../dotfiles/rofi; target = "./.config/rofi"; }; }; diff --git a/common/users/homeModules/terminal.nix b/common/users/homeModules/terminal.nix index 8e1d076..f834e64 100644 --- a/common/users/homeModules/terminal.nix +++ b/common/users/homeModules/terminal.nix @@ -10,7 +10,7 @@ file = { kitty = { recursive = true; - source = ../dotfiles/kitty; + source = ../../../dotfiles/kitty; target = "./.config/kitty"; }; }; diff --git a/common/users/homeModules/zsh.nix b/common/users/homeModules/zsh.nix index 5089ac6..80acaf6 100644 --- a/common/users/homeModules/zsh.nix +++ b/common/users/homeModules/zsh.nix @@ -21,7 +21,7 @@ in file = { p10k = { recursive = true; - source = ../dotfiles/.p10k.zsh; + source = ../../../dotfiles/.p10k.zsh; target = ".p10k.zsh"; }; };