Auto-commit: 2026-01-05 06:50:23
This commit is contained in:
31
home/desktop/catppuccin.nix
Normal file
31
home/desktop/catppuccin.nix
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
variant = "mocha";
|
||||
accent = "mauve";
|
||||
in
|
||||
{
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
accent = "${accent}";
|
||||
flavor = "${variant}";
|
||||
vscode.profiles.default.enable = false;
|
||||
cursors.enable = true;
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
name = "Catppuccin-GTK-Dark";
|
||||
package = pkgs.magnetic-catppuccin-gtk;
|
||||
};
|
||||
};
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme.name = "ct";
|
||||
style.name = "kvantum";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user