mirror of
https://github.com/larstvei/nix-config.git
synced 2025-08-30 12:50:12 +00:00
Fix cursor
This commit is contained in:
parent
a6d99590ee
commit
5ff263a17d
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user