feat: moved gtk to higher level and added qt

This commit is contained in:
Nick 2025-02-04 14:05:36 -06:00
parent 3976783f1f
commit dbaeca5340
8 changed files with 106 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
package = pkgs.catppuccin-papirus-folders.override {
flavor = "macchiato";
accent = "mauve";
};
name = "Papirus-Dark";
}