removed other peeps

This commit is contained in:
vali 2024-04-29 22:18:58 +02:00
commit 9005bb3f4e
31 changed files with 40 additions and 937 deletions

View file

@ -33,16 +33,11 @@ in {
};
home-manager.users.${username} = {
# thanks raf :3 https://github.com/NotAShelf/nyx/blob/main/homes/notashelf/themes/qt.nix
qt = {
enable = true;
platformTheme = "qtct";
platformTheme.name = "qtct";
style = {
inherit (cfg) name;
package = cfg.package.override {
flavour = [ cfg.variant ];
accents = [ cfg.accentColour ];
};
inherit (cfg) name package;
};
};