[sway] Adds sway as an option, with minimal config

This commit is contained in:
2025-04-16 11:05:24 -07:00
parent 8533f0c9cc
commit 1afddefdbf
3 changed files with 25 additions and 11 deletions

View File

@@ -8,6 +8,7 @@
imports = [
./swaync.nix
];
home.packages = with pkgs; [
hyprlock # lock screen
# swayidle # lock on idle
@@ -37,6 +38,10 @@
wayland.windowManager.sway = {
enable = true;
extraOptions = [
# Required for NVIDIA GPUs
"--unsupported-gpu"
];
checkConfig = true;
systemd = {
enable = true;