Update sway configuration

This commit is contained in:
Oliver Davies 2024-05-07 14:28:12 +01:00
parent 12cfadd564
commit 5329b3534f
2 changed files with 6 additions and 3 deletions

View file

@ -24,6 +24,6 @@
XDG_SESSION_TYPE = "wayland";
};
home.packages = with pkgs; [ i3status wl-clipboard wofi ];
home.packages = with pkgs; [ i3status wdisplays wl-clipboard wofi ];
};
}