diff --git a/modules/nvim/deck.nix b/modules/nvim/deck.nix index 4b19be0..8cfad0e 100644 --- a/modules/nvim/deck.nix +++ b/modules/nvim/deck.nix @@ -4,6 +4,6 @@ xdg.configFile."nvim" = { # mkOutOfStoreSymlink needs an absolute path, otherwise it does not work: https://github.com/nix-community/home-manager/issues/676#issuecomment-1595795685 # TODO: At least make the location of the config folder dynamic so that it works on other machines - source = config.lib.file.mkOutOfStoreSymlink /home/deck/dev/nix-config/home/modules/nvim/config; + source = config.lib.file.mkOutOfStoreSymlink /home/deck/dev/nix-config/modules/nvim/config; }; } diff --git a/modules/nvim/default.nix b/modules/nvim/default.nix index b990f1f..cb36ab8 100644 --- a/modules/nvim/default.nix +++ b/modules/nvim/default.nix @@ -4,6 +4,6 @@ xdg.configFile."nvim" = { # mkOutOfStoreSymlink needs an absolute path, otherwise it does not work: https://github.com/nix-community/home-manager/issues/676#issuecomment-1595795685 # TODO: At least make the location of the config folder dynamic so that it works on other machines - source = config.lib.file.mkOutOfStoreSymlink /Users/dennis/dev/nix-config/home/modules/nvim/config; + source = config.lib.file.mkOutOfStoreSymlink /Users/dennis/dev/nix-config/modules/nvim/config; }; } diff --git a/modules/wezterm/default.nix b/modules/wezterm/default.nix index 016f660..739860e 100644 --- a/modules/wezterm/default.nix +++ b/modules/wezterm/default.nix @@ -4,6 +4,6 @@ xdg.configFile."wezterm" = { # mkOutOfStoreSymlink needs an absolute path, otherwise it does not work: https://github.com/nix-community/home-manager/issues/676#issuecomment-1595795685 # TODO: At least make the location of the config folder dynamic so that it works on other machines - source = config.lib.file.mkOutOfStoreSymlink /Users/dennis/dev/nix-config/home/modules/wezterm/config; + source = config.lib.file.mkOutOfStoreSymlink /Users/dennis/dev/nix-config/modules/wezterm/config; }; }