about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRomanos Skiadas <rom.skiad@gmail.com>2022-09-20 20:50:11 +0300
committerRomanos Skiadas <rom.skiad@gmail.com>2022-09-20 20:51:27 +0300
commit460b4b8c1a8f75dd8b065e06a82e04b5d2604820 (patch)
tree07c870f717e75d793cf4ce6b440388cb952cc9ee
parentd4717ad12898f9c36f9b9538da0ca9df175ee05e (diff)
nixos/modules/sway: Remove unsupported flag in doc
--my-next-gpu-wont-be-nvidia is no longer supported as of 1.7
-rw-r--r--nixos/modules/programs/sway.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/programs/sway.nix b/nixos/modules/programs/sway.nix
index 971527e1e61d8..b0a766dd055f5 100644
--- a/nixos/modules/programs/sway.nix
+++ b/nixos/modules/programs/sway.nix
@@ -79,7 +79,6 @@ in {
         "--verbose"
         "--debug"
         "--unsupported-gpu"
-        "--my-next-gpu-wont-be-nvidia"
       ];
       description = lib.mdDoc ''
         Command line arguments passed to launch Sway. Please DO NOT report