users/foo-dogsquared: fix dotfiles location

This commit is contained in:
Gabriel Arazas 2024-10-04 16:27:00 +08:00
parent 5221aef821
commit 6123ae2c5e
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -32,7 +32,7 @@ in
(lib.mkIf (userCfg.setups.development.enable) {
xdg.configFile = {
kitty.source = getDotfiles "emacs";
kitty.source = getDotfiles "kitty";
wezterm.source = getDotfiles "wezterm";
};
})