Create a desktop.linux profile
This commit is contained in:
parent
6ec28c4ddc
commit
339a1d6853
2 changed files with 8 additions and 7 deletions
6
profiles/desktop.linux.nix
Normal file
6
profiles/desktop.linux.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.dconf.enable = true;
|
||||
security.polkit.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue