wipe dconf
This commit is contained in:
parent
8638aa2352
commit
1fdb3d6df7
3 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,6 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
dconf.enable = true;
|
|
||||||
kdeconnect.enable = true;
|
kdeconnect.enable = true;
|
||||||
noisetorch.enable = true;
|
noisetorch.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -22,7 +22,6 @@ in {
|
||||||
# ];
|
# ];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
dconf.enable = true;
|
|
||||||
kdeconnect.enable = true;
|
kdeconnect.enable = true;
|
||||||
noisetorch.enable = true;
|
noisetorch.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue