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;
|
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 = {
|
||||||
|
|
|
@ -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 = {
|
||||||
# };
|
# };
|
||||||
|
|
Loading…
Reference in New Issue
Block a user