my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
12
fork

Configure Feed

Select the types of activity you want to include in your feed.

nixos/system/misc: fix eval error

+1 -1
+1 -1
modules/nixos/system/misc.nix
··· 21 21 # Use the faster dbus-broker instead of the classic dbus-daemon 22 22 implementation = "broker"; 23 23 24 - packages = builtins.attrValues { inherit (pkgs) dconf gcr_4 udisks2; }; 24 + packages = builtins.attrValues { inherit (pkgs) dconf gcr_4 udisks; }; 25 25 }; 26 26 }; 27 27 };