Fix cursor

This commit is contained in:
larstvei 2025-08-27 23:38:35 +02:00
parent a6d99590ee
commit 5ff263a17d

View File

@ -1,10 +1,11 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = [ home.packages = [
pkgs.wtype pkgs.adwaita-icon-theme
pkgs.rofi-wayland
pkgs.brightnessctl pkgs.brightnessctl
pkgs.pamixer pkgs.pamixer
pkgs.rofi-wayland
pkgs.wtype
]; ];
programs.kitty.enable = true; programs.kitty.enable = true;
@ -17,6 +18,15 @@
gestures.workspace_swipe = true; gestures.workspace_swipe = true;
cursor = {
enable_hyprcursor = false;
};
env = [
"XCURSOR_THEME,Adwaita"
"XCURSOR_SIZE,24"
];
input = { input = {
kb_options = "altwin:swap_alt_win"; kb_options = "altwin:swap_alt_win";