diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 50ad801..3d1c3b3 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -34,6 +34,7 @@ services = { + flatpak.enable = true; thermald.enable = true; power-profiles-daemon.enable = false; pulseaudio.enable = false; diff --git a/hosts/desktop/pkgs.nix b/hosts/desktop/pkgs.nix index 305d5cd..04d1753 100644 --- a/hosts/desktop/pkgs.nix +++ b/hosts/desktop/pkgs.nix @@ -14,9 +14,9 @@ genymotion hexchat krita + nvtopPackages.nvidia paper-icon-theme shotcut - nvtopPackages.nvidia ]; }