magpie/programs: add alejandra, neovim alias

This commit is contained in:
Asmir A 2023-10-20 22:09:44 +02:00
parent ae2c9694c5
commit 447dca1927

View File

@ -24,6 +24,7 @@
];
environment.systemPackages = with pkgs; [
alejandra
curl
fd
file
@ -31,7 +32,6 @@
fzy
git
htop
neovim
tig
unzip
wget
@ -39,6 +39,11 @@
];
programs.mosh.enable = true;
programs.neovim = {
enable = true;
vimAlias = true;
viAlias = true;
};
mailserver = {
enable = true;