Switch to bibata cursor for hyprcursor support, removed catppuccin flake gtk and using normal home manager

This commit is contained in:
Nate Anderson 2024-12-19 13:55:46 -07:00
parent 052405ba92
commit a175907ba6
2 changed files with 29 additions and 29 deletions

View File

@ -41,7 +41,7 @@
enable = true; enable = true;
flavor = "macchiato"; flavor = "macchiato";
accent = "lavender"; accent = "lavender";
pointerCursor.enable = true; pointerCursor.enable = false;
}; };
@ -184,9 +184,9 @@
# BAT_THEME="Catppuccin Macchiato"; # BAT_THEME="Catppuccin Macchiato";
EDITOR = "hx"; EDITOR = "hx";
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
XCURSOR_THEME = "catppuccin-macchiato-lavender-cursors"; XCURSOR_THEME = "Bibata-Modern-Classic";
XCURSOR_SIZE = "24"; XCURSOR_SIZE = "24";
HYPRCURSOR_THEME = "catppuccin-macchiato-lavender-cursors"; HYPRCURSOR_THEME = "Bibata-Modern-Classic";
# HYPRCURSOR_SIZE = "24"; # HYPRCURSOR_SIZE = "24";
}; };
@ -267,31 +267,31 @@
gtk = { gtk = {
enable = true; enable = true;
catppuccin = { # catppuccin = {
enable = true; # enable = true;
size = "compact"; # size = "compact";
tweaks = [ "rimless" ]; # tweaks = [ "rimless" ];
icon = { # icon = {
enable = true; # enable = true;
}; # };
}; # };
# cursorTheme = { # cursorTheme = {
# package = pkgs.catppuccin-cursors.macchiatoLavender; # package = pkgs.catppuccin-cursors.macchiatoLavender;
# name = "Catppuccin-Macchiato-Lavender-Cursors"; # name = "Catppuccin-Macchiato-Lavender-Cursors";
# }; # };
# iconTheme = { iconTheme = {
# package = pkgs.catppuccin-papirus-folders; package = pkgs.catppuccin-papirus-folders;
# name = "Papirus-Dark"; name = "Papirus-Dark";
# }; };
# theme = { theme = {
# name = "catppuccin-macchiato-lavender-compact+rimless"; name = "catppuccin-macchiato-lavender-compact+rimless";
# package = pkgs.catppuccin-gtk.override { package = pkgs.catppuccin-gtk.override {
# accents = [ "lavender" ]; accents = [ "lavender" ];
# size = "compact"; size = "compact";
# tweaks = [ "rimless" ]; tweaks = [ "rimless" ];
# variant = "macchiato"; variant = "macchiato";
# }; };
# }; };
}; };
# Symlink in gtk and kvantum theme to ~/.config # Symlink in gtk and kvantum theme to ~/.config
# xdg.configFile = { # xdg.configFile = {

View File

@ -198,11 +198,11 @@
wayland.windowManager.hyprland.systemd.variables = ["--all"]; wayland.windowManager.hyprland.systemd.variables = ["--all"];
home.pointerCursor = { home.pointerCursor = {
name = "catppuccin-macchiato-lavender-cursors"; gtk.enable = true;
# package = pkgs.catppuccin-cursors.macchiatoLavender; name = "Bibata-Modern-Classic";
# size = 24; package = pkgs.bibata-cursors;
# gtk.enable = true;
# x11.enable = true; size = 24;
}; };
# home.sessionVariables = { # home.sessionVariables = {
# }; # };