feat: more sway config
This commit is contained in:
parent
0fb034fa2b
commit
100046cb4e
|
@ -8,8 +8,12 @@
|
|||
"*" = {
|
||||
xkb_layout = "de";
|
||||
xkb_variant = "bone";
|
||||
repeat_delay = "350";
|
||||
repeat_rate = "60";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
# Cursor invisible
|
||||
home.sessionVariables.WLR_NO_HARDWARE_CURSORS = 1;
|
||||
}
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
# for electron signal app state
|
||||
".config/signal"
|
||||
".config/discord"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
packages = with pkgs; [
|
||||
nextcloud-client
|
||||
heroic
|
||||
discord
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue