mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Removed xterm
This commit is contained in:
@@ -13,6 +13,11 @@
|
||||
);
|
||||
|
||||
home.username = "${currentSystemUser}";
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
BROWSER = "floorp";
|
||||
TERMINAL = "kitty";
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user