Add swayfx and some fancy styling

This commit is contained in:
Alexander Wainwright 2025-12-21 22:20:43 +10:00
parent 882ed7fad7
commit 0031fbad63
2 changed files with 358 additions and 45 deletions

View file

@ -3,6 +3,7 @@
# Enable the Sway binary and hardware wrappers
programs.sway = {
enable = true;
package = pkgs.swayfx;
wrapperFeatures.gtk = true;
};