Removed xterm

This commit is contained in:
2025-06-03 15:56:56 +02:00
parent 6cd4e5dfe7
commit e2c9df0ccd
2 changed files with 8 additions and 0 deletions

View File

@@ -13,6 +13,11 @@
);
home.username = "${currentSystemUser}";
home.sessionVariables = {
EDITOR = "nvim";
BROWSER = "floorp";
TERMINAL = "kitty";
};
programs.home-manager.enable = true;