magpie/programs: add alejandra, neovim alias
This commit is contained in:
parent
ae2c9694c5
commit
447dca1927
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user