adds vim to common-config
This commit is contained in:
parent
61045d0015
commit
da7f31ae8e
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services = {
|
||||
openssh = {
|
||||
|
@ -15,6 +17,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
];
|
||||
|
||||
nix = {
|
||||
settings.auto-optimise-store = true;
|
||||
gc = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue