mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:56:34 +01:00
Added missing .enable
This commit is contained in:
parent
98daf2ed7c
commit
165c28c074
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@
|
||||||
dconf.enable = true;
|
dconf.enable = true;
|
||||||
droidcam.enable = true;
|
droidcam.enable = true;
|
||||||
sysdig.enable = true;
|
sysdig.enable = true;
|
||||||
xwayland = true;
|
xwayland.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue