removed other peeps
This commit is contained in:
parent
03eea56a44
commit
9005bb3f4e
31 changed files with 40 additions and 937 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue