Move dconf configuration
All checks were successful
/ check (push) Successful in 1m35s

This commit is contained in:
Oliver Davies 2025-07-27 16:22:19 +01:00
parent fa0bad904c
commit 9cc208d333
6 changed files with 3 additions and 21 deletions

View file

@ -1,14 +0,0 @@
{ config, lib, ... }:
with lib;
let
cfg = config.features.desktop.dconf;
in
{
options.features.desktop.dconf.enable = mkEnableOption "Enable dconf";
config = mkIf cfg.enable {
programs.dconf.enable = true;
};
}

View file

@ -1,7 +1,6 @@
{
imports = [
./avahi.nix
./dconf.nix
./dwm
./gitea-actions-runner.nix
./gnupg.nix