Add vim to the init config

This commit is contained in:
Andreas Zweili 2022-11-04 15:05:25 +01:00
parent 92b08eb1e6
commit 78816b2ef5
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
environment.systemPackages = with pkgs; [
raspberrypi-eeprom
vim
];
system.stateVersion = "22.05";