469 current 2024-08-19 11:12:57 24.05.3642.883180e6550c 6.6.44 *

This commit is contained in:
deadvey 2024-08-19 11:18:51 +01:00
parent 25c3a5d7e7
commit 0b6fa9a936
2 changed files with 80 additions and 25 deletions

View File

@ -91,7 +91,7 @@ in
LC_TELEPHONE = "en_GB.UTF-8"; LC_TELEPHONE = "en_GB.UTF-8";
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;
@ -166,7 +166,7 @@ in
wayland.windowManager.hyprland.enable = true; wayland.windowManager.hyprland.enable = true;
home.stateVersion = "24.05"; home.stateVersion = "unstable";

View File

@ -1,25 +1,80 @@
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.xfce' 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.desktopManager.xfce' 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.displayManager.defaultSession' defined in `/etc/nixos/configuration.nix' has been renamed to `services.displayManager.defaultSession'. error:
these 7 derivations will be built: … while evaluating the attribute 'config.system.build.toplevel'
/nix/store/6d33kyxz6jvnhmp4gz1l0chp8zzn52kb-home-manager-path.drv
/nix/store/dwgf592hnknmkszns07708cim8jw4aqg-activation-script.drv at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
/nix/store/m082zjdkszf305bh4rm5dac9d17bky7b-home-manager-generation.drv
/nix/store/rg14yqv9izpmn6vlmgw1fva12ni0h6f7-unit-home-manager-deadvey.service.drv 321| options = checked options;
/nix/store/345ihm8yr5qmdz60cap5kkc9cacrw3zk-system-units.drv 322| config = checked (removeAttrs config [ "_module" ]);
/nix/store/4rgn816l3bcv5j1nyqhwpyif6j1zxhqx-etc.drv | ^
/nix/store/x39h0vnd6mqf3mni4gn1hdz4jmgxsvxr-nixos-system-nixos-24.05.3642.883180e6550c.drv 323| _module = checked (config._module);
building '/nix/store/6d33kyxz6jvnhmp4gz1l0chp8zzn52kb-home-manager-path.drv'...
created 1936 symlinks in user environment … while calling the 'seq' builtin
building '/nix/store/dwgf592hnknmkszns07708cim8jw4aqg-activation-script.drv'...
building '/nix/store/m082zjdkszf305bh4rm5dac9d17bky7b-home-manager-generation.drv'... at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
building '/nix/store/rg14yqv9izpmn6vlmgw1fva12ni0h6f7-unit-home-manager-deadvey.service.drv'...
building '/nix/store/345ihm8yr5qmdz60cap5kkc9cacrw3zk-system-units.drv'... 321| options = checked options;
building '/nix/store/4rgn816l3bcv5j1nyqhwpyif6j1zxhqx-etc.drv'... 322| config = checked (removeAttrs config [ "_module" ]);
building '/nix/store/x39h0vnd6mqf3mni4gn1hdz4jmgxsvxr-nixos-system-nixos-24.05.3642.883180e6550c.drv'... | ^
activating the configuration... 323| _module = checked (config._module);
setting up /etc...
reloading user units for lightdm... (stack trace truncated; use '--show-trace' to show the full trace)
reloading user units for deadvey...
restarting sysinit-reactivation.target error: The option `services.desktopManager.xfce' does not exist. Definition values:
restarting the following units: home-manager-deadvey.service - In `/etc/nixos/configuration.nix':
{
enable = true;
}