From fb2d5cab05b461f4828fa95b8213f603905500d1 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Mon, 15 Aug 2022 11:26:00 +0200 Subject: [PATCH] decoysnail: use sway --- decoysnail.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/decoysnail.nix b/decoysnail.nix index 93ab737..898565f 100644 --- a/decoysnail.nix +++ b/decoysnail.nix @@ -4,7 +4,8 @@ imports = [ ./common-headless.nix - ./i3.nix + # ./i3.nix + ./sway.nix ./large-sw.nix ./uefi.nix ./fstrim.nix @@ -105,9 +106,9 @@ enable = true; }; - services.xserver = { - videoDrivers = [ "intel" ]; - }; + # services.xserver = { + # videoDrivers = [ "intel" ]; + # }; fonts.fontconfig = { subpixel.rgba = "none";