chore: try out sway for a bit

This commit is contained in:
Ahwx 2025-10-21 12:12:08 +02:00
parent 32119f4a9d
commit bffc69e246
2 changed files with 5 additions and 3 deletions

View file

@ -3,6 +3,7 @@
imports =
[ (import ./git.nix) ]
++ [ (import ./swaync/default.nix) ]
++ [ (import ./sway/default.nix) ]
++ [ (import ./fonts.nix) ]
++ [ (import ./hyprland) ]
++ [ (import ./hyprlock) ]

View file

@ -1,9 +1,10 @@
{ pkgs, username, ... }: {
{ pkgs, username, ... }:
{
home.packages = with pkgs; [
swayfx
autotiling
# libinput-gestures
# wmctrl
libinput-gestures
wmctrl
];
#home.file = {
# "/home/${username}/.config/libinput-gestures/sway.conf" = {