mirror of
https://github.com/davegallant/nix-config
synced 2025-11-26 03:24:17 +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