Skip to content

Commit 1eb009e

Browse files
committed
Enable catppuccin theming
1 parent d239fa2 commit 1eb009e

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

home/default.nix

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
config,
23
pkgs,
34
pkgs-stable,
45
lib,
@@ -81,11 +82,20 @@
8182
"$HOME/.local/bin"
8283
];
8384

85+
catppuccin = {
86+
flavor = "mocha";
87+
accent = "mauve";
88+
bat.enable = config.programs.bat.enable;
89+
btop.enable = config.programs.btop.enable;
90+
lsd.enable = config.programs.lsd.enable;
91+
yazi = {
92+
enable = config.programs.yazi.enable;
93+
accent = "teal";
94+
};
95+
};
96+
8497
programs.bat = {
8598
enable = true;
86-
config = {
87-
theme = "Sublime Snazzy";
88-
};
8999
};
90100

91101
programs.btop.enable = true;
@@ -143,11 +153,6 @@
143153

144154
programs.lsd = {
145155
enable = true;
146-
settings = {
147-
icons = {
148-
theme = "fancy";
149-
};
150-
};
151156
};
152157

153158
programs.neovim = {

0 commit comments

Comments
 (0)