[general] add gnome config, de-clutter puzzlevision system config

Signed-off-by: Jo <johannesreckers2006@gmail.com>
This commit is contained in:
Jo 2024-05-29 00:15:32 +02:00
parent 339bd28d1d
commit fbba93c16a
14 changed files with 257 additions and 53 deletions

View file

@ -0,0 +1,17 @@
{
inputs,
pkgs,
outputs,
lib,
...
}: {
imports = [
inputs.catppuccin.homeManagerModules.catppuccin
];
catppuccin = {
enable = true;
accent = "blue";
flavor = "macchiato";
};
}

View file

@ -0,0 +1,12 @@
{
inputs,
pkgs,
outputs,
lib,
...
}: {
gtk = {
enable = true;
catppuccin.enable = true;
};
}