chore: moving stuff around

This commit is contained in:
notohh 2023-01-30 06:09:00 -05:00
parent 0d2da836df
commit eb384ac2bc
5 changed files with 37 additions and 17 deletions
modules/home/gtk

View file

@ -0,0 +1,16 @@
{
pkgs,
config,
...
}: {
config.gtk = {
enable = true;
theme = {
name = "Catppuccin-Mocha-Standard-Pink-Dark";
package = pkgs.catppuccin-gtk.override {
accents = ["pink"];
variant = "mocha";
};
};
};
}