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:55 +01:00
parent 4963e385b8
commit c89a349489
2 changed files with 6 additions and 16 deletions

View File

@ -97,7 +97,6 @@ in
services = { services = {
enable = true; enable = true;
desktopManager = { desktopManager = {
xterm.enable = false;
plasma6.enable = true; plasma6.enable = true;
}; };
displayManager = { displayManager = {

View File

@ -19,11 +19,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.xterm' does not exist. Definition values: error: The option `services.enable' does not exist. Definition values:
- In `/etc/nixos/configuration.nix': - In `/etc/nixos/configuration.nix': true
{
enable = false;
}
building Nix... building Nix...
error: error:
… while evaluating the attribute 'config' … while evaluating the attribute 'config'
@ -46,11 +43,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.xterm' does not exist. Definition values: error: The option `services.enable' does not exist. Definition values:
- In `/etc/nixos/configuration.nix': - In `/etc/nixos/configuration.nix': true
{
enable = false;
}
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'
@ -73,8 +67,5 @@ 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.xterm' does not exist. Definition values: error: The option `services.enable' does not exist. Definition values:
- In `/etc/nixos/configuration.nix': - In `/etc/nixos/configuration.nix': true
{
enable = false;
}