initial graphical config

This commit is contained in:
Astreaprtcl 2025-12-17 16:54:24 +01:00
parent ddd861496e
commit 61ecbd9721
6 changed files with 102 additions and 0 deletions

5
programs/polkit.nix Normal file
View file

@ -0,0 +1,5 @@
{ ... }:
{
security.polkit.enable = true;
}