home | comment out pocket2 test

This commit is contained in:
Don Harper 2023-12-05 19:11:34 -06:00
parent 4517857d08
commit 4c2793d446

View file

@ -3,10 +3,11 @@ with config;
{ {
xdg.configFile = xdg.configFile =
{ {
"sway/config".source = "sway/config".source = files/sway/default;
if (builtins.getEnv "HOSTNAME_SHORT" == "pocket2") #"sway/config".source =
then files/sway/pocket2 #if (builtins.getEnv "HOSTNAME_SHORT" == "pocket2")
else files/sway/default; #then files/sway/pocket2
#else files/sway/default;
}; };
programs.swaylock = { programs.swaylock = {
enable = true; enable = true;