framework: fix cosmic conf

This commit is contained in:
tristan 2025-06-24 15:13:16 +01:00
parent cfee0454fd
commit 960165b769
3 changed files with 7 additions and 15 deletions

View file

@ -1,8 +1,8 @@
{
inputs,
config,
...
}: {
{...}: {
services.desktopManager.cosmic.enable = true;
services.displayManager.cosmic-greeter.enable = true;
# fix for shutdown, not yet in 25.05
# https://github.com/NixOS/nixpkgs/pull/412260/commits/27c3430d620adfed574674e36a89a52be80f01d9
services.geoclue2.enable = true;
services.geoclue2.enableDemoAgent = false;
}