mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
feat: changes from the last while
This commit is contained in:
parent
9255d543a1
commit
b7c510de28
27 changed files with 885 additions and 195 deletions
|
|
@ -19,9 +19,9 @@ in {
|
|||
};
|
||||
dark = {
|
||||
schemeData = schemeSources.tinted.schemes.catppuccin-mocha;
|
||||
ansi.palette.background.alpha = "ee00";
|
||||
ansi.palette.background.alpha = "d000";
|
||||
};
|
||||
};
|
||||
defaultSchemeName = "light";
|
||||
defaultSchemeName = "dark";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,15 @@
|
|||
_: {
|
||||
{ lib, ... }: let
|
||||
inherit (lib) mkForce;
|
||||
in {
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "latte";
|
||||
gtk.enable = true;
|
||||
flavor = "frappe";
|
||||
gtk = {
|
||||
enable = true;
|
||||
icon.enable = true;
|
||||
gnomeShellTheme = mkForce false;
|
||||
};
|
||||
};
|
||||
dconf.settings = mkForce { };
|
||||
gtk.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue