This commit is contained in:
parent
fa0bad904c
commit
9cc208d333
6 changed files with 3 additions and 21 deletions
|
@ -21,7 +21,6 @@
|
|||
|
||||
features = {
|
||||
cli.podman.enable = true;
|
||||
desktop.dconf.enable = true;
|
||||
};
|
||||
|
||||
# TODO: why didn't it work when adding this to jitsi.nix?
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
};
|
||||
|
||||
desktop = {
|
||||
dconf.enable = true;
|
||||
dwm.enable = true;
|
||||
st.enable = true;
|
||||
};
|
||||
|
|
|
@ -15,10 +15,6 @@
|
|||
../../users/opdavies.nix
|
||||
];
|
||||
|
||||
features = {
|
||||
desktop.dconf.enable = true;
|
||||
};
|
||||
|
||||
nixpad.enable = true;
|
||||
|
||||
boot = {
|
||||
|
|
|
@ -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
|
||||
|
|
3
modules2/dconf.nix
Normal file
3
modules2/dconf.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
flake.modules.nixos.pc.programs.dconf.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue