add kickstart-nvim

This commit is contained in:
Noa Aarts 2024-03-01 13:10:41 +01:00
parent e2c2018b90
commit bf8a22480d
4 changed files with 14 additions and 9 deletions

View file

@ -93,10 +93,10 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
neovim
sddm
git
zsh
neovim
];
# TODO find list of fonts to install
@ -115,10 +115,6 @@
# enable = true;
# enableSSHSupport = true;
# };
programs.neovim.enable = true;
programs.neovim.defaultEditor = true;
programs.zsh.enable = true;
programs.hyprland.enable = true;