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