From 1fdb3d6df739a45dfcc1eabdc9d836f54e1edb4f Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sun, 1 Sep 2024 23:15:18 +0200 Subject: [PATCH] wipe dconf --- hosts/hape/configuration.nix | 2 -- hosts/niks/configuration.nix | 1 - hosts/work/configuration.nix | 1 - 3 files changed, 4 deletions(-) diff --git a/hosts/hape/configuration.nix b/hosts/hape/configuration.nix index b91d82d..a423bc8 100644 --- a/hosts/hape/configuration.nix +++ b/hosts/hape/configuration.nix @@ -6,8 +6,6 @@ }: let inherit (lib.attrsets) attrValues; in { - programs.dconf.enable = true; - services = { pcscd.enable = true; diff --git a/hosts/niks/configuration.nix b/hosts/niks/configuration.nix index 629e829..e5dbd6e 100644 --- a/hosts/niks/configuration.nix +++ b/hosts/niks/configuration.nix @@ -27,7 +27,6 @@ in { }; programs = { - dconf.enable = true; kdeconnect.enable = true; noisetorch.enable = true; }; diff --git a/hosts/work/configuration.nix b/hosts/work/configuration.nix index 3a40bb1..520bf35 100644 --- a/hosts/work/configuration.nix +++ b/hosts/work/configuration.nix @@ -22,7 +22,6 @@ in { # ]; programs = { - dconf.enable = true; kdeconnect.enable = true; noisetorch.enable = true; };