solis fix
This commit is contained in:
parent
5ad7a0ab05
commit
07dc6ff98c
3 changed files with 7 additions and 3 deletions
|
|
@ -33,5 +33,9 @@
|
||||||
apps = {
|
apps = {
|
||||||
terminal.enable = true;
|
terminal.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
terminal = {
|
||||||
|
zsh.enable = true;
|
||||||
|
}:
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -47,8 +47,5 @@ in {
|
||||||
xclip
|
xclip
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Docker
|
|
||||||
virtualisation.docker.enable = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -38,5 +38,8 @@ in {
|
||||||
unzip
|
unzip
|
||||||
wakeonlan
|
wakeonlan
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Docker
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue