cursor
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
imv
|
||||
pavucontrol
|
||||
zathura
|
||||
lxappearance
|
||||
|
||||
# communication
|
||||
slack
|
||||
@@ -36,7 +37,7 @@
|
||||
package = pkgs.orchis-theme;
|
||||
};
|
||||
iconTheme = {
|
||||
name = "tela";
|
||||
name = "Tela";
|
||||
package = pkgs.tela-icon-theme;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1,8 +1,23 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ rose-pine-cursor ];
|
||||
home.packages = with pkgs; [
|
||||
rose-pine-cursor
|
||||
inputs.rose-pine-hyprcursor.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
home.pointerCursor = {
|
||||
home.sessionVariables = {
|
||||
HYPRCURSOR_THEME = "BreezeX-RosePine-Linux";
|
||||
HYPRCURSOR_SIZE = 32;
|
||||
XCURSOR_THEME = "BreezeX-RosePine-Linux";
|
||||
XCURSOR_SIZE = 32;
|
||||
};
|
||||
|
||||
dconf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
cursor-theme = "BreezeX-RosePine-Linux";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -18,7 +18,6 @@ in
|
||||
|
||||
home.sessionVariables = {
|
||||
ELECTRON_OZONE_PLATFORM_HINT = "auto";
|
||||
XCURSOR_SIZE = 32;
|
||||
};
|
||||
|
||||
xdg.configFile = {
|
||||
@@ -86,6 +85,11 @@ in
|
||||
no_gaps_when_only = true;
|
||||
};
|
||||
|
||||
env = [
|
||||
"HYPRCURSOR_THEME, rose-pine-hyprcursor"
|
||||
"HYPRCURSOR_SIZE, 24"
|
||||
];
|
||||
|
||||
"exec-once" = [
|
||||
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||
"eww daemon"
|
||||
|
||||
Reference in New Issue
Block a user