refactor(theme): remove gtk and qt themes from config to untangle this mess
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user