Refactor packages

This commit is contained in:
Dave Gallant
2022-07-05 01:42:15 +00:00
parent 2cd59475de
commit 7323e619c9
7 changed files with 258 additions and 237 deletions

View File

@@ -22,7 +22,7 @@ with lib; {
};
defaultUser = mkOption {
type = str;
default = "dave";
default = "nixos";
description = "The name of the default user";
};
startMenuLaunchers = mkEnableOption "shortcuts for GUI applications in the windows start menu";