diff --git a/configuration.nix b/configuration.nix index 84472e2..6b728d1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -108,6 +108,7 @@ qt = { enable = true; platformTheme = "qt5ct"; + style = "breeze"; }; services.goxlr-utility.enable = true; diff --git a/packages.nix b/packages.nix index 03cef8e..f31343d 100644 --- a/packages.nix +++ b/packages.nix @@ -35,5 +35,9 @@ libnotify trash-cli obsidian + nicotine-plus + kdePackages.breeze + nemo + uv ]; }