From d40f3bebad9f761691abf08af4c4ce2b231ca945 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Wed, 19 May 2021 16:10:42 +0200 Subject: Update home --- users/pn.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'users/pn.nix') diff --git a/users/pn.nix b/users/pn.nix index 2fc54c5..a73716a 100755 --- a/users/pn.nix +++ b/users/pn.nix @@ -26,7 +26,7 @@ in imports = [ ../home.nix ../platforms/linux/user-dirs.nix - # ../platforms/linux/gtk.nix + ../platforms/linux/gtk.nix ]; gtk.enable = true; @@ -42,7 +42,7 @@ in mpd & # music player daemon-you might prefer it as a service though remaps & # run the remaps script, switching caps/esc and more; check it for more info setbg & # set the background with the `setbg` script - #xrdb $\{XDG_CONFIG_HOME:-$HOME/.config}/Xresources & # Uncomment to use Xresources colors/settings on startup + xrdb $HOME/.config/Xresources & # Uncomment to use Xresources colors/settings on startup #xcompmgr & picom & dunst & # dunst for notifications -- cgit 1.4.1