From 13434fa3e5c505707bb327f108ea824938b4ce37 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 9 Apr 2023 02:14:46 -0400 Subject: [PATCH] pretend desktop? --- machines/perception/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/perception/configuration.nix b/machines/perception/configuration.nix index 9d8f372..87bd0a5 100644 --- a/machines/perception/configuration.nix +++ b/machines/perception/configuration.nix @@ -26,7 +26,7 @@ }; config = { # Have it pretend to be a desktop to hopefully get dri working - # isDesktop = true; + swaywm.enable = true; setupGrub = false; nix = { autoUpdate = true;