mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Changed default applications env variables
This commit is contained in:
@@ -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