summaryrefslogtreecommitdiffstats
path: root/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix
index 109b994..5efc8ec 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -93,6 +93,13 @@
# programs here, NOT in environment.systemPackages
];
+ environment.sessionVariables = {
+ BROWSER = "surf";
+ SFEED_PLUMBER = "$BROWSER";
+ SFEED_URL_FILE = "$HOME/.local/share/sfeed/sfeed_read_url_file";
+ };
+
+
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;