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:
@@ -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'"
|
||||
|
Reference in New Issue
Block a user