[sway] Adds sway as an option, with minimal config
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user