mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Refactor packages
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user