refactor(theme): remove gtk and qt themes from config to untangle this mess

This commit is contained in:
2025-12-11 13:53:33 +01:00
parent 463c3da732
commit f49fa4359d
4 changed files with 35 additions and 34 deletions

View File

@@ -1,7 +1,12 @@
{ pkgs, inputs, ... }:
{
# install noctalia package
# install noctalia and helper packages
environment.systemPackages = with pkgs; [
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
kdePackages.qt6ct
adw-gtk3
nwg-look
adwaita-qt
adwaita-qt6
];
}