Add ssh config

This commit is contained in:
2024-03-04 08:14:08 +01:00
parent c11bc57eb2
commit 705c9ba011
7 changed files with 24 additions and 7 deletions

View File

@@ -14,6 +14,9 @@
shell = pkgs.zsh;
# Install some user packages
packages = with pkgs; [
firefox
mumble
easyeffects
];
};
}