Add git and kate

This commit is contained in:
Johannes Jöns 2023-02-27 16:30:19 +01:00
parent bf8db79cc5
commit 4400376aaf

View file

@ -19,7 +19,7 @@ in
extraGroups = [ "wheel"]
++ lib.optionals config.custom.hardware.printing.enable [ "scanner" "lp"]
++ lib.optional config.networking.networkmanager.enable "networkmanger";
packages = with pkgs; [ ];
packages = with pkgs; [ git kate];
};
};
}