556 current 2024-08-29 00:22:56 24.05.3999.c42fcfbdfeae 6.6.46 *
This commit is contained in:
parent
2bbc9e976b
commit
74984cbb0b
@ -94,15 +94,15 @@ in
|
|||||||
LC_TIME = "en_GB.UTF-8";
|
LC_TIME = "en_GB.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.xserver = {
|
services = {
|
||||||
enable = true;
|
enable = true;
|
||||||
desktopManager = {
|
desktopManager = {
|
||||||
xterm.enable = false;
|
xterm.enable = false;
|
||||||
plasma6.enable = true;
|
plasma6.enable = true;
|
||||||
|
sddm.enable = true;
|
||||||
|
defaultSession = "plasma6";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.displayManager.sddm.enable = true;
|
|
||||||
services.displayManager.defaultSession = "plasma6";
|
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
|
@ -1,28 +1,71 @@
|
|||||||
building Nix...
|
|
||||||
building the system configuration...
|
|
||||||
trace: warning: The option `services.xserver.desktopManager.plasma6.enable' defined in `/etc/nixos/configuration.nix' has been renamed to `services.desktopManager.plasma6.enable'.
|
|
||||||
error:
|
error:
|
||||||
… while calling the 'head' builtin
|
… while evaluating the attribute 'config'
|
||||||
|
|
||||||
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/attrsets.nix:1575:11:
|
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
|
||||||
|
|
||||||
1574| || pred here (elemAt values 1) (head values) then
|
321| options = checked options;
|
||||||
1575| head values
|
322| config = checked (removeAttrs config [ "_module" ]);
|
||||||
| ^
|
| ^
|
||||||
1576| else
|
323| _module = checked (config._module);
|
||||||
|
|
||||||
… while evaluating the attribute 'value'
|
… while calling the 'seq' builtin
|
||||||
|
|
||||||
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:809:9:
|
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
|
||||||
|
|
||||||
808| in warnDeprecation opt //
|
321| options = checked options;
|
||||||
809| { value = builtins.addErrorContext "while evaluating the option `${showOption loc}':" value;
|
322| config = checked (removeAttrs config [ "_module" ]);
|
||||||
| ^
|
| ^
|
||||||
810| inherit (res.defsFinal') highestPrio;
|
323| _module = checked (config._module);
|
||||||
|
|
||||||
(stack trace truncated; use '--show-trace' to show the full trace)
|
(stack trace truncated; use '--show-trace' to show the full trace)
|
||||||
|
|
||||||
error: Default graphical session, 'plasma6', not found.
|
error: The option `services.desktopManager.defaultSession' does not exist. Definition values:
|
||||||
Valid names for 'services.displayManager.defaultSession' are:
|
- In `/etc/nixos/configuration.nix': "plasma6"
|
||||||
plasma
|
building Nix...
|
||||||
plasmax11
|
error:
|
||||||
|
… while evaluating the attribute 'config'
|
||||||
|
|
||||||
|
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
|
||||||
|
|
||||||
|
321| options = checked options;
|
||||||
|
322| config = checked (removeAttrs config [ "_module" ]);
|
||||||
|
| ^
|
||||||
|
323| _module = checked (config._module);
|
||||||
|
|
||||||
|
… while calling the 'seq' builtin
|
||||||
|
|
||||||
|
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
|
||||||
|
|
||||||
|
321| options = checked options;
|
||||||
|
322| config = checked (removeAttrs config [ "_module" ]);
|
||||||
|
| ^
|
||||||
|
323| _module = checked (config._module);
|
||||||
|
|
||||||
|
(stack trace truncated; use '--show-trace' to show the full trace)
|
||||||
|
|
||||||
|
error: The option `services.desktopManager.defaultSession' does not exist. Definition values:
|
||||||
|
- In `/etc/nixos/configuration.nix': "plasma6"
|
||||||
|
building the system configuration...
|
||||||
|
error:
|
||||||
|
… while evaluating the attribute 'config.system.build.toplevel'
|
||||||
|
|
||||||
|
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
|
||||||
|
|
||||||
|
321| options = checked options;
|
||||||
|
322| config = checked (removeAttrs config [ "_module" ]);
|
||||||
|
| ^
|
||||||
|
323| _module = checked (config._module);
|
||||||
|
|
||||||
|
… while calling the 'seq' builtin
|
||||||
|
|
||||||
|
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
|
||||||
|
|
||||||
|
321| options = checked options;
|
||||||
|
322| config = checked (removeAttrs config [ "_module" ]);
|
||||||
|
| ^
|
||||||
|
323| _module = checked (config._module);
|
||||||
|
|
||||||
|
(stack trace truncated; use '--show-trace' to show the full trace)
|
||||||
|
|
||||||
|
error: The option `services.desktopManager.defaultSession' does not exist. Definition values:
|
||||||
|
- In `/etc/nixos/configuration.nix': "plasma6"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user