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;
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 = {

View File

@ -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 = {
# };