Added devenv and moved config files

This commit is contained in:
marc
2022-11-25 20:16:46 +01:00
parent ebbbd0d179
commit 69e1dc2eb4
38 changed files with 184 additions and 11 deletions

View File

@@ -17,6 +17,6 @@ in
ripgrep
tldr
];
hm.xdg.configFile."shell".source = ../../config/.config/shell;
hm.xdg.configFile."shell".source = ../../config/shell;
};
}

View File

@@ -72,7 +72,7 @@ in
];
};
hm.xdg.configFile."zsh/.p10k.zsh".source = ../../config/.config/zsh/.p10k.zsh;
hm.xdg.configFile."zsh/.p10k.zsh".source = ../../config/zsh/.p10k.zsh;
};
}