mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
users/foo-dogsquared: fix dotfiles location
This commit is contained in:
parent
5221aef821
commit
6123ae2c5e
@ -32,7 +32,7 @@ in
|
|||||||
|
|
||||||
(lib.mkIf (userCfg.setups.development.enable) {
|
(lib.mkIf (userCfg.setups.development.enable) {
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
kitty.source = getDotfiles "emacs";
|
kitty.source = getDotfiles "kitty";
|
||||||
wezterm.source = getDotfiles "wezterm";
|
wezterm.source = getDotfiles "wezterm";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user