From 044d92adaea4dbc14156a2ce79f78df0bac0b1c2 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 18 Jun 2022 16:21:55 +0200 Subject: Moved .config files to xdg.configFile --- hosts/home.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hosts/home.nix b/hosts/home.nix index 87e7ceb..c01815c 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -142,15 +142,16 @@ in }; }; + xdg.configFile."zathura/zathurarc".source = dotfiles + "/zathurarc"; + xdg.configFile."sxhkd/".source = dotfiles + "/sxhkd/"; + xdg.configFile."dunst/dunstrc".source = dotfiles + "/dunstrc"; + xdg.configFile."dwmbar".source = dotfiles + "/dwmbar/"; + home.file = { ".bash_profile".source = dotfiles + "/.bash_profile"; ".xinitrc".source = dotfiles + "/.xinitrc"; ".Xresources".source = dotfiles + "//.Xresources/"; ".bashrc".source = dotfiles + "/.bashrc"; - ".config/zathura/zathurarc".source = dotfiles + "/zathurarc"; - ".config/sxhkd/".source = dotfiles + "/sxhkd"; - ".config/dunst/dunstrc".source = dotfiles + "/dunstrc"; - ".config/dwmbar".source = dotfiles + "/dwmbar/"; ".scripts/".source = dotfiles + "/scripts/"; }; -- cgit 1.4.1