Switch to bibata cursor for hyprcursor support, removed catppuccin flake gtk and using normal home manager
This commit is contained in:
		
							parent
							
								
									052405ba92
								
							
						
					
					
						commit
						a175907ba6
					
				@ -41,7 +41,7 @@
 | 
			
		||||
    enable = true;
 | 
			
		||||
    flavor = "macchiato";
 | 
			
		||||
    accent = "lavender";
 | 
			
		||||
    pointerCursor.enable = true;
 | 
			
		||||
    pointerCursor.enable = false;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  
 | 
			
		||||
@ -184,9 +184,9 @@
 | 
			
		||||
    # BAT_THEME="Catppuccin Macchiato";
 | 
			
		||||
    EDITOR = "hx";
 | 
			
		||||
    NIXOS_OZONE_WL = "1";
 | 
			
		||||
    XCURSOR_THEME = "catppuccin-macchiato-lavender-cursors";
 | 
			
		||||
    XCURSOR_THEME = "Bibata-Modern-Classic";
 | 
			
		||||
    XCURSOR_SIZE = "24";
 | 
			
		||||
    HYPRCURSOR_THEME = "catppuccin-macchiato-lavender-cursors";
 | 
			
		||||
    HYPRCURSOR_THEME = "Bibata-Modern-Classic";
 | 
			
		||||
    # HYPRCURSOR_SIZE = "24";
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
@ -267,31 +267,31 @@
 | 
			
		||||
 | 
			
		||||
  gtk = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    catppuccin = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      size = "compact";
 | 
			
		||||
      tweaks = [ "rimless" ];
 | 
			
		||||
      icon = {
 | 
			
		||||
        enable = true;
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
    # catppuccin = {
 | 
			
		||||
    #   enable = true;
 | 
			
		||||
    #   size = "compact";
 | 
			
		||||
    #   tweaks = [ "rimless" ];
 | 
			
		||||
    #   icon = {
 | 
			
		||||
    #     enable = true;
 | 
			
		||||
    #   };
 | 
			
		||||
    # };
 | 
			
		||||
    # cursorTheme = {
 | 
			
		||||
    #   package = pkgs.catppuccin-cursors.macchiatoLavender;
 | 
			
		||||
    #   name = "Catppuccin-Macchiato-Lavender-Cursors";
 | 
			
		||||
    # };
 | 
			
		||||
    # iconTheme = {
 | 
			
		||||
    #   package = pkgs.catppuccin-papirus-folders;
 | 
			
		||||
    #   name = "Papirus-Dark";
 | 
			
		||||
    # };
 | 
			
		||||
    # theme = {
 | 
			
		||||
    #   name = "catppuccin-macchiato-lavender-compact+rimless";
 | 
			
		||||
    #   package = pkgs.catppuccin-gtk.override {
 | 
			
		||||
    #     accents = [ "lavender" ];
 | 
			
		||||
    #     size = "compact";
 | 
			
		||||
    #     tweaks = [ "rimless" ];
 | 
			
		||||
    #     variant = "macchiato";
 | 
			
		||||
    #   };
 | 
			
		||||
    # };
 | 
			
		||||
    iconTheme = {
 | 
			
		||||
      package = pkgs.catppuccin-papirus-folders;
 | 
			
		||||
      name = "Papirus-Dark";
 | 
			
		||||
    };
 | 
			
		||||
    theme = {
 | 
			
		||||
      name = "catppuccin-macchiato-lavender-compact+rimless";
 | 
			
		||||
      package = pkgs.catppuccin-gtk.override {
 | 
			
		||||
        accents = [ "lavender" ];
 | 
			
		||||
        size = "compact";
 | 
			
		||||
        tweaks = [ "rimless" ];
 | 
			
		||||
        variant = "macchiato";
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
  # Symlink in gtk and kvantum theme to ~/.config
 | 
			
		||||
  # xdg.configFile = {
 | 
			
		||||
 | 
			
		||||
@ -198,11 +198,11 @@
 | 
			
		||||
    wayland.windowManager.hyprland.systemd.variables = ["--all"];
 | 
			
		||||
 | 
			
		||||
    home.pointerCursor = {
 | 
			
		||||
      name = "catppuccin-macchiato-lavender-cursors";
 | 
			
		||||
    #   package = pkgs.catppuccin-cursors.macchiatoLavender;
 | 
			
		||||
    #   size = 24;
 | 
			
		||||
    #   gtk.enable = true;
 | 
			
		||||
    #   x11.enable = true;
 | 
			
		||||
      gtk.enable = true;
 | 
			
		||||
      name = "Bibata-Modern-Classic";
 | 
			
		||||
      package = pkgs.bibata-cursors;
 | 
			
		||||
 | 
			
		||||
      size = 24;
 | 
			
		||||
    };
 | 
			
		||||
    # home.sessionVariables = {
 | 
			
		||||
    # };
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user