diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-05-19 16:10:42 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-05-19 16:10:42 +0200 |
commit | d40f3bebad9f761691abf08af4c4ce2b231ca945 (patch) | |
tree | 44cc009a29cec8c512225717cd316869b1418471 /users/pn.nix | |
parent | 3405aa05d134d17f9bb60404bc88b8499ff21942 (diff) | |
download | dots-d40f3bebad9f761691abf08af4c4ce2b231ca945.tar.gz dots-d40f3bebad9f761691abf08af4c4ce2b231ca945.zip |
Update home
Diffstat (limited to 'users/pn.nix')
-rwxr-xr-x | users/pn.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 |