Add home.nix

- Change default editor to vim
- Add home.nix with some packages installed for the user
- Remove dmenu, rofi, and kitty nix files
This commit is contained in:
Sravan Balaji
2024-03-26 18:28:02 -04:00
parent a9191db00d
commit 14ee0fd81e
7 changed files with 79 additions and 23 deletions

View File

@@ -40,7 +40,7 @@
wmType = "x11"; # x11 or wayland
browser = "vivaldi"; # Default browser
term = "kitty"; # Default terminal command
editor = "emacsclient"; # Default editor
editor = "vim"; # Default editor
spawnEditor =
if (editor == "emacsclient") then
"emacsclient -c -a 'emacs'"