mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
chore: adds old stuff that i had added but is no longer required now :p
This commit is contained in:
parent
1243c981ed
commit
b6eebba27a
1 changed files with 15 additions and 1 deletions
|
|
@ -1,6 +1,20 @@
|
|||
{ pkgs, ... }: {
|
||||
{ pkgs, username, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
swayfx
|
||||
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
|
||||
# ";
|
||||
# };
|
||||
#};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue