diff options
author | Thanos Apollo <[email protected]> | 2024-05-13 08:03:33 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-05-13 08:03:33 +0300 |
commit | 349c9a513f69e656c1a67a65dd3171702285a116 (patch) | |
tree | 0cba66cf32ac69577507de43043f2e74a4588903 | |
parent | 5f13fe17ed52f5ecd352209221a07e67fd21584d (diff) |
guix:(home) Add browser & xdg_screenshots_dir for shell config
-rw-r--r-- | guix/home.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guix/home.scm b/guix/home.scm index b48d8fd..08fd7ce 100644 --- a/guix/home.scm +++ b/guix/home.scm @@ -69,6 +69,8 @@ ("GTK_THEME" . "Adwaita-dark") ("XDG_CURRENT_DESKTOP" . "sway") ("XDG_SESSION_TYPE" . "wayland") + ("BROWSER" . "icecat") + ("XDG_SCREENSHOTS_DIR" . "/home/$USER/Pictures/screenshots/") ("PATH" . "/home/$USER/.local/bin:$PATH"))) ;; GPG Configuration (service home-gpg-agent-service-type |