summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-08-27 17:37:10 +0530
committersinanmohd <sinan@sinanmohd.com>2024-08-27 18:17:41 +0530
commitf7f109cb140953a0d3053e5f15129535defd223a (patch)
tree8f50f39654b4118d237fd7a0e3ba16930a4deb08 /home
parent20f23006a2204d3fc94da39ca24f8bc78a5bc386 (diff)
flake/nixos-hardware: init
Diffstat (limited to 'home')
-rw-r--r--home/wayland/modules/sway/home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/wayland/modules/sway/home.nix b/home/wayland/modules/sway/home.nix
index 5c2fb47..893fec1 100644
--- a/home/wayland/modules/sway/home.nix
+++ b/home/wayland/modules/sway/home.nix
@@ -37,7 +37,7 @@ in {
programs.bash.profileExtra = ''
case "$(tty)" in
- */tty1) exec sway ;;
+ */tty1) exec sway --unsupported-gpu ;;
esac
'';