Hi. Ive been using nixOS (with HM and PM) for a few months, im still a noob though. Nevertheless i had a fairly stable system for a while until today.Yesterday i have done nix flake update and this morning i have done nixos-rebuild. After that KDE started behaving very weirdly. Apps are freezing either completely where the app becomes grayed out, or only for keyboard input, or only some elements of apps (like server menu on the left od Discord client). Some of my KDE settings link taskbar configuration has stopped working at all.But thats only start of the problem.Because today i have done another nix flake update, after which i cannot do nix rebuild anymore. Im getting this error:
@ sudo nixos-rebuild switch --flake .#dinth-nixos-desktop --impure --upgrade --show-trace
doas (michal@dinth-nixos-desktop) password:
unpacking 1 channels...
error:
… while calling the 'seq' builtin
at /nix/store/vl17kg85iryyjyf114vkqzskn7s9d5x5-source/lib/modules.nix:361:18:
360| options = checked options;
361| config = checked (removeAttrs config [ "_module" ]);
| ^
362| _module = checked (config._module);
… while calling the 'throw' builtin
at /nix/store/vl17kg85iryyjyf114vkqzskn7s9d5x5-source/lib/modules.nix:333:13:
332| else
333| throw baseMsg
| ^
334| else
error: The option `services.displayManager.generic' does not exist. Definition values:
- In `/nix/store/52izzxv5x9rpnzq78rjnd3q183i7l4gx-source/modules/nixos/gtk.nix':
{
_type = "if";
condition = false;
content = {
environment = {
...
Command 'nix --extra-experimental-features 'nix-command flakes' build --print-out-paths '.#nixosConfigurations."dinth-nixos-desktop".config.system.build.nixos-rebuild' --show-trace --impure --no-link' returned non-zero exit status 1.
I have tried reverting all the small changes i have made today, but unfortunately it doesnt help. The error doesnt really tell me whats causing it.Here is my config: Any help will be greatly appreciated!
My config is GitHub - Dinth/nixos-config