wipe dconf

This commit is contained in:
jacekpoz 2024-09-01 23:15:18 +02:00
parent 8638aa2352
commit 1fdb3d6df7
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
3 changed files with 0 additions and 4 deletions

View file

@ -6,8 +6,6 @@
}: let }: let
inherit (lib.attrsets) attrValues; inherit (lib.attrsets) attrValues;
in { in {
programs.dconf.enable = true;
services = { services = {
pcscd.enable = true; pcscd.enable = true;

View file

@ -27,7 +27,6 @@ in {
}; };
programs = { programs = {
dconf.enable = true;
kdeconnect.enable = true; kdeconnect.enable = true;
noisetorch.enable = true; noisetorch.enable = true;
}; };

View file

@ -22,7 +22,6 @@ in {
# ]; # ];
programs = { programs = {
dconf.enable = true;
kdeconnect.enable = true; kdeconnect.enable = true;
noisetorch.enable = true; noisetorch.enable = true;
}; };