mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
Changed default applications env variables
This commit is contained in:
+2
-2
@@ -17,8 +17,8 @@
|
||||
username = "${currentSystemUser}";
|
||||
sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
BROWSER = "floorp";
|
||||
TERMINAL = "kitty";
|
||||
BROWSER = "firefox";
|
||||
TERMINAL = "gnome-boxes";
|
||||
};
|
||||
packages = [
|
||||
pkgs.dconf
|
||||
|
||||
Reference in New Issue
Block a user