This commit is contained in:
parent
fa0bad904c
commit
9cc208d333
6 changed files with 3 additions and 21 deletions
|
@ -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;
|
||||
};
|
||||
}
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./avahi.nix
|
||||
./dconf.nix
|
||||
./dwm
|
||||
./gitea-actions-runner.nix
|
||||
./gnupg.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue