Skip to content

Commit

Permalink
nixos/cosmic: add dconf
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Mar 17, 2024
1 parent d6d1b6c commit 803fb65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/cosmic/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ in
hardware.pulseaudio.enable = lib.mkDefault true;
hardware.bluetooth.enable = lib.mkDefault true;

# general graphical session features
programs.dconf.enable = lib.mkDefault true;

# required dbus services
services.accounts-daemon.enable = true;
services.upower.enable = true;
Expand Down

0 comments on commit 803fb65

Please sign in to comment.