diff --git a/configuration.nix b/configuration.nix index 9812bd8..38bc38a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -97,7 +97,6 @@ in services = { enable = true; desktopManager = { - xterm.enable = false; plasma6.enable = true; }; displayManager = { diff --git a/nixos-switch.log b/nixos-switch.log index 034e895..93c490a 100644 --- a/nixos-switch.log +++ b/nixos-switch.log @@ -19,11 +19,8 @@ error: (stack trace truncated; use '--show-trace' to show the full trace) - error: The option `services.desktopManager.xterm' does not exist. Definition values: - - In `/etc/nixos/configuration.nix': - { - enable = false; - } + error: The option `services.enable' does not exist. Definition values: + - In `/etc/nixos/configuration.nix': true building Nix... error: … while evaluating the attribute 'config' @@ -46,11 +43,8 @@ error: (stack trace truncated; use '--show-trace' to show the full trace) - error: The option `services.desktopManager.xterm' does not exist. Definition values: - - In `/etc/nixos/configuration.nix': - { - enable = false; - } + error: The option `services.enable' does not exist. Definition values: + - In `/etc/nixos/configuration.nix': true building the system configuration... error: … while evaluating the attribute 'config.system.build.toplevel' @@ -73,8 +67,5 @@ error: (stack trace truncated; use '--show-trace' to show the full trace) - error: The option `services.desktopManager.xterm' does not exist. Definition values: - - In `/etc/nixos/configuration.nix': - { - enable = false; - } + error: The option `services.enable' does not exist. Definition values: + - In `/etc/nixos/configuration.nix': true