We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d239fa2 commit 1eb009eCopy full SHA for 1eb009e
home/default.nix
@@ -1,4 +1,5 @@
1
{
2
+ config,
3
pkgs,
4
pkgs-stable,
5
lib,
@@ -81,11 +82,20 @@
81
82
"$HOME/.local/bin"
83
];
84
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
+
97
programs.bat = {
98
enable = true;
- config = {
- theme = "Sublime Snazzy";
- };
99
};
100
101
programs.btop.enable = true;
@@ -143,11 +153,6 @@
143
153
144
154
programs.lsd = {
145
155
146
- settings = {
147
- icons = {
148
- theme = "fancy";
149
150
151
156
152
157
158
programs.neovim = {
0 commit comments