add kickstart-nvim
This commit is contained in:
parent
e2c2018b90
commit
bf8a22480d
4 changed files with 14 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue