1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00
This commit is contained in:
Kierán Meinhardt
2019-01-30 16:17:00 +01:00
parent 9248250a06
commit ec5d6b476e

View File

@@ -19,6 +19,8 @@ in */ {
environment.variables.HTOPRC = toString ../../dot/htop.nix;
programs.tmux.enable = true;
*/
environment.systemPackages = with pkgs; [
git
htop
@@ -30,7 +32,6 @@ in */ {
};
})
];
*/
services.openssh.enable = true;