From 349c9a513f69e656c1a67a65dd3171702285a116 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 13 May 2024 08:03:33 +0300 Subject: guix:(home) Add browser & xdg_screenshots_dir for shell config --- guix/home.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'guix') 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 -- cgit v1.2.3