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