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, ... }:
|
{ 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";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user