common/base: install dconf for working home-manager
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-28 16:49:57 -04:00
parent 31583f8768
commit ac32537374

View file

@ -4,6 +4,8 @@
hardware.keyboard.qmk.enable = true;
programs = {
dconf.enable = true; # Needed for home-manager
gnupg.agent = {
enable = true;
enableSSHSupport = true;