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