Basic sway setup

This commit is contained in:
Nathan McCarty 2025-07-15 01:33:34 -04:00
parent d752880bad
commit bd16449cc8
3 changed files with 156 additions and 14 deletions

View file

@ -102,11 +102,11 @@
services.desktopManager.plasma6.enable = true;
environment.sessionVariables.NIXOS_OZONE_WL = "1";
# Enable swaywm
# programs.sway = {
# enable = true;
# package = inputs'.swayfx.packages.default;
# wrapperFeatures.gtk = true;
# };
programs.sway = {
enable = true;
# package = inputs'.swayfx.packages.default;
wrapperFeatures.gtk = true;
};
# Setup bluetooth
hardware.bluetooth.enable = true;