Create a desktop.linux profile

This commit is contained in:
monologiq 2025-12-24 12:08:37 +01:00
parent 6ec28c4ddc
commit 339a1d6853
2 changed files with 8 additions and 7 deletions

View file

@ -0,0 +1,6 @@
{ pkgs, ... }:
{
programs.dconf.enable = true;
security.polkit.enable = true;
}