change the theming to stylix, set a background image, and set cursors automagically

This commit is contained in:
Lillian Violet 2024-11-09 18:00:23 +01:00
parent 382913f15d
commit 99cd42ce60
10 changed files with 447 additions and 98 deletions

View file

@ -2,6 +2,6 @@
programs.bat = {
enable = true;
extraPackages = with pkgs.bat-extras; [batdiff batman batgrep batwatch];
catppuccin.enable = true;
# catppuccin.enable = true;
};
}