My NixOS and Home Manager configurations
10
fork

Configure Feed

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

disable geoclue 2 demo agent

+1
+1
modules/desktops/cosmic.nix
··· 23 23 displayManager.cosmic-greeter.enable = true; 24 24 gnome.gnome-keyring.enable = true; 25 25 geoclue2.enable = true; # expected by cosmic-settings-daemon, shutdown hangs without it 26 + geoclue2.enableDemoAgent = false; 26 27 }; 27 28 environment.variables.COSMIC_DATA_CONTROL_ENABLED = 1; 28 29 environment.systemPackages = with pkgs; [