556 current 2024-08-29 00:22:56 24.05.3999.c42fcfbdfeae 6.6.46 *

This commit is contained in:
deadvey 2024-08-29 00:30:02 +01:00
parent 74984cbb0b
commit 90c0c6c716
2 changed files with 15 additions and 7 deletions

View File

@ -100,7 +100,6 @@ in
xterm.enable = false; xterm.enable = false;
plasma6.enable = true; plasma6.enable = true;
sddm.enable = true; sddm.enable = true;
defaultSession = "plasma6";
}; };
}; };

View File

@ -19,8 +19,11 @@ error:
(stack trace truncated; use '--show-trace' to show the full trace) (stack trace truncated; use '--show-trace' to show the full trace)
error: The option `services.desktopManager.defaultSession' does not exist. Definition values: error: The option `services.desktopManager.sddm' does not exist. Definition values:
- In `/etc/nixos/configuration.nix': "plasma6" - In `/etc/nixos/configuration.nix':
{
enable = true;
}
building Nix... building Nix...
error: error:
… while evaluating the attribute 'config' … while evaluating the attribute 'config'
@ -43,8 +46,11 @@ error:
(stack trace truncated; use '--show-trace' to show the full trace) (stack trace truncated; use '--show-trace' to show the full trace)
error: The option `services.desktopManager.defaultSession' does not exist. Definition values: error: The option `services.desktopManager.sddm' does not exist. Definition values:
- In `/etc/nixos/configuration.nix': "plasma6" - In `/etc/nixos/configuration.nix':
{
enable = true;
}
building the system configuration... building the system configuration...
error: error:
… while evaluating the attribute 'config.system.build.toplevel' … while evaluating the attribute 'config.system.build.toplevel'
@ -67,5 +73,8 @@ error:
(stack trace truncated; use '--show-trace' to show the full trace) (stack trace truncated; use '--show-trace' to show the full trace)
error: The option `services.desktopManager.defaultSession' does not exist. Definition values: error: The option `services.desktopManager.sddm' does not exist. Definition values:
- In `/etc/nixos/configuration.nix': "plasma6" - In `/etc/nixos/configuration.nix':
{
enable = true;
}