init: stylix

This commit is contained in:
William 2024-09-17 23:19:59 -03:00
parent 886d285db2
commit aa031db47d
12 changed files with 395 additions and 183 deletions

View file

@ -12,7 +12,6 @@
helix = {
enable = true;
settings = {
theme = "catppuccin-mocha_transparent";
editor = {
idle-timeout = 0;
line-number = "relative";
@ -34,17 +33,11 @@
};
};
languages = {
language = [
{
name = "nix";
auto-format = true;
formatter.command = "nixfmt";
}
];
};
themes.catppuccin-mocha_transparent = {
inherits = "catppuccin_mocha";
"ui.background" = "{}";
language = [{
name = "nix";
auto-format = true;
formatter.command = "nixfmt";
}];
};
};
@ -154,7 +147,6 @@
btop = {
enable = true;
settings = {
color_theme = "catppuccin_mocha.theme";
theme_background = false;
proc_sorting = "cpu direct";
update_ms = 500;