add zshrc to config
This commit is contained in:
parent
91db99454a
commit
534fdf2ec5
2 changed files with 138 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue