chore: adds old stuff that i had added but is no longer required now :p

This commit is contained in:
Ahwx 2024-12-02 11:55:22 +01:00
parent 1243c981ed
commit b6eebba27a

View file

@ -1,6 +1,20 @@
{ pkgs, ... }: { { pkgs, username, ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
swayfx swayfx
autotiling autotiling
# libinput-gestures
# wmctrl
]; ];
#home.file = {
# "/home/${username}/.config/libinput-gestures/sway.conf" = {
# executable = false;
# text = "
# # Cycle right through sway workspaces
# gesture: swipe right 3 swaymsg focus right
# # Cycle left through sway workspaces
# gesture: swipe left 3 swaymsg focus left
# ";
# };
#};
} }