Skip to content

Commit

Permalink
desktop: Explicitly enable dbus
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Nov 28, 2024
1 parent 5c9038b commit 9290d1d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nix/hosts/desktop/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@
videoDrivers = [ "amdgpu" ];
};

# dbus
# There's something else in the configuration that already enables dbus, but
# I'm not sure what it is, so it's also enabled here in case it's removed from
# the other place.
services.dbus = {
enable = true;
};

# display manager
services.displayManager.sddm = {
enable = true;
Expand Down

0 comments on commit 9290d1d

Please sign in to comment.