summaryrefslogtreecommitdiff
path: root/guix/home.scm
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-05-13 08:03:33 +0300
committerThanos Apollo <[email protected]>2024-05-13 08:03:33 +0300
commit349c9a513f69e656c1a67a65dd3171702285a116 (patch)
tree0cba66cf32ac69577507de43043f2e74a4588903 /guix/home.scm
parent5f13fe17ed52f5ecd352209221a07e67fd21584d (diff)
guix:(home) Add browser & xdg_screenshots_dir for shell config
Diffstat (limited to 'guix/home.scm')
-rw-r--r--guix/home.scm2
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