From 4c2793d4462f72b496fc51da527340840dd16d7f Mon Sep 17 00:00:00 2001 From: Don Harper Date: Tue, 5 Dec 2023 19:11:34 -0600 Subject: [PATCH] home | comment out pocket2 test --- home/sway.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/home/sway.nix b/home/sway.nix index e87318b..d8b2c59 100644 --- a/home/sway.nix +++ b/home/sway.nix @@ -3,10 +3,11 @@ with config; { xdg.configFile = { - "sway/config".source = - if (builtins.getEnv "HOSTNAME_SHORT" == "pocket2") - then files/sway/pocket2 - else files/sway/default; + "sway/config".source = files/sway/default; + #"sway/config".source = + #if (builtins.getEnv "HOSTNAME_SHORT" == "pocket2") + #then files/sway/pocket2 + #else files/sway/default; }; programs.swaylock = { enable = true;