home(gui): switch to catppuccin module

This commit is contained in:
514fpv 2024-06-24 09:56:31 +08:00
parent aa1a9244db
commit b9dda18e09
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
13 changed files with 91 additions and 361 deletions

View file

@ -1,15 +1,17 @@
{ pkgs
, lib
, config
, ... }: with lib; {
imports = [ ./catppuccin/home.nix ];
, ... }: with lib; let
catppuccin = config.passthrough.catppuccin.enable;
in {
config = mkIf config.passthrough.gui {
# cursor theme
home.pointerCursor = mkDefault {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Classic";
home.pointerCursor = {
package = mkDefault pkgs.bibata-cursors;
name = mkDefault "Bibata-Modern-Classic";
size = 24;
x11.enable = true;
gtk.enable = true;
};
# gtk theme