change the theming to stylix, set a background image, and set cursors automagically
This commit is contained in:
parent
382913f15d
commit
99cd42ce60
10 changed files with 447 additions and 98 deletions
|
@ -2,6 +2,6 @@
|
|||
programs.bat = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs.bat-extras; [batdiff batman batgrep batwatch];
|
||||
catppuccin.enable = true;
|
||||
# catppuccin.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -174,7 +174,7 @@ in {
|
|||
enableZshIntegration = true;
|
||||
settings = {
|
||||
session_serialization = true;
|
||||
theme = "catppuccin-macchiato";
|
||||
# theme = "catppuccin-macchiato";
|
||||
|
||||
themes = {
|
||||
catppuccin-mocha = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue