Cleanup + common options

This commit is contained in:
Annika Merris 2024-05-18 17:06:25 -04:00
parent bf50f1af55
commit 07dcc4a0f1
5 changed files with 7 additions and 375 deletions

View file

@ -5,6 +5,12 @@
stateVersion = "23.11";
in
{
options = {
user = lib.mkOption {
type = lib.types.str;
description = "Primary user of the system";
};
};
environment.systemPackages = with pkgs; [
git
vim