Add catppuccin
This commit is contained in:
@@ -35,6 +35,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
}
|
||||
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
@@ -45,7 +50,7 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
theme = "catppuccin_mocha";
|
||||
# theme = "catppuccin_mocha";
|
||||
};
|
||||
|
||||
programs.bash = {
|
||||
@@ -189,7 +194,7 @@
|
||||
enableBashIntegration = true;
|
||||
installVimSyntax = true;
|
||||
settings = {
|
||||
theme = "catppuccin-mocha";
|
||||
# theme = "catppuccin-mocha";
|
||||
font-family = "BlexMono Nerd Font";
|
||||
font-size = 11;
|
||||
};
|
||||
|
Reference in New Issue
Block a user