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 =
{
"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;