add zshrc to config

This commit is contained in:
stitchy 2024-02-26 04:08:02 +00:00
parent 91db99454a
commit 534fdf2ec5
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
2 changed files with 138 additions and 0 deletions

View file

@ -49,6 +49,10 @@
# hyprland.homeManagerModules.default
#wayland.windowManager.hyprland.enable = true;
home.file = {
".zshrc".source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/zshrc";
};
xdg.configFile = {
"dunst" = {
source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/dunst";