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 = imports =
[ (import ./git.nix) ] [ (import ./git.nix) ]
++ [ (import ./swaync/default.nix) ] ++ [ (import ./swaync/default.nix) ]
++ [ (import ./sway/default.nix) ]
++ [ (import ./fonts.nix) ] ++ [ (import ./fonts.nix) ]
++ [ (import ./hyprland) ] ++ [ (import ./hyprland) ]
++ [ (import ./hyprlock) ] ++ [ (import ./hyprlock) ]

View file

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