defaults: cleanup
This commit is contained in:
parent
00c06f982b
commit
d8071797fd
7 changed files with 73 additions and 67 deletions
|
|
@ -7,12 +7,13 @@
|
|||
|
||||
let
|
||||
name = "plasma";
|
||||
cfg = config.nixowos.graphical.${name};
|
||||
cfg = config.nixowos.defaults.${name};
|
||||
in
|
||||
{
|
||||
options.nixowos.graphical.${name} = {
|
||||
options.nixowos.defaults.${name} = {
|
||||
enable = lib.mkEnableOption name;
|
||||
|
||||
# TODO: move
|
||||
startOnFirstTTY = lib.mkEnableOption "starting plasma from tty1" // {
|
||||
description = ''
|
||||
Whether to start ${name} automatically from tty1.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue