From e847a0fb3cf0ab8a476785504f1f1a337b9b0eaf Mon Sep 17 00:00:00 2001 From: ChUrl Date: Fri, 1 Jul 2022 13:37:17 +0200 Subject: [PATCH] Add acpid/dbus + remove desktop-portal-gtk --- nixos/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index d42324a6..be948154 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -151,7 +151,7 @@ enable = true; extraPortals = with pkgs; [ xdg-desktop-portal-wlr - xdg-desktop-portal-gtk + # xdg-desktop-portal-gtk # TODO: Does this come with gnome? ]; gtkUsePortal = true; }; @@ -224,6 +224,8 @@ SystemMaxUse=50M ''; + acpid.enable = true; + dbus.enable = true; flatpak.enable = true; # Not quite the nix style but useful for bottles/proprietary stuff fstrim.enable = true; fwupd.enable = true;