This commit is contained in:
parent
fa0bad904c
commit
9cc208d333
6 changed files with 3 additions and 21 deletions
|
@ -21,7 +21,6 @@
|
||||||
|
|
||||||
features = {
|
features = {
|
||||||
cli.podman.enable = true;
|
cli.podman.enable = true;
|
||||||
desktop.dconf.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: why didn't it work when adding this to jitsi.nix?
|
# TODO: why didn't it work when adding this to jitsi.nix?
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
desktop = {
|
desktop = {
|
||||||
dconf.enable = true;
|
|
||||||
dwm.enable = true;
|
dwm.enable = true;
|
||||||
st.enable = true;
|
st.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -15,10 +15,6 @@
|
||||||
../../users/opdavies.nix
|
../../users/opdavies.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
features = {
|
|
||||||
desktop.dconf.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
nixpad.enable = true;
|
nixpad.enable = true;
|
||||||
|
|
||||||
boot = {
|
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 = [
|
imports = [
|
||||||
./avahi.nix
|
./avahi.nix
|
||||||
./dconf.nix
|
|
||||||
./dwm
|
./dwm
|
||||||
./gitea-actions-runner.nix
|
./gitea-actions-runner.nix
|
||||||
./gnupg.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