mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
feat: minor modules updates
This commit is contained in:
parent
1a899dc894
commit
89cefcd610
7 changed files with 17 additions and 10 deletions
|
|
@ -8,6 +8,8 @@
|
|||
type = lib.types.str;
|
||||
description = "The primary username for the machine";
|
||||
};
|
||||
work.enable = lib.mkEnableOption "Enable work-related applications and tools";
|
||||
dev.enable = lib.mkEnableOption "Enable development tools and applications";
|
||||
hardware = {
|
||||
battery = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue