adds vim to common-config

This commit is contained in:
eyjhb 2025-04-13 09:00:36 +02:00
parent 61045d0015
commit da7f31ae8e
Signed by: eyjhb
GPG key ID: 609F508E3239F920

View file

@ -1,3 +1,5 @@
{ pkgs, ... }:
{ {
services = { services = {
openssh = { openssh = {
@ -15,6 +17,10 @@
}; };
}; };
environment.systemPackages = with pkgs; [
vim
];
nix = { nix = {
settings.auto-optimise-store = true; settings.auto-optimise-store = true;
gc = { gc = {