diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-02-03 18:07:25 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-02-03 18:09:25 +0100 |
commit | 31b18939158422c8f3fac6056917dd7953233bbf (patch) | |
tree | 5e9ed16e93daec0a08f53aed31c953b01f40d5ad | |
parent | Emacs: Use lsp-bridge (diff) | |
download | nixos-config-31b18939158422c8f3fac6056917dd7953233bbf.tar.gz nixos-config-31b18939158422c8f3fac6056917dd7953233bbf.tar.bz2 nixos-config-31b18939158422c8f3fac6056917dd7953233bbf.zip |
Hosts: Enable dconf service
Some programs missbehave if its not enabled :(
-rw-r--r-- | hosts/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index d8fdc0b..9759095 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -185,6 +185,8 @@ light.enable = true; + dconf.enable = true; + firejail = { enable = true; wrappedBinaries = { |