home | comment out pocket2 test
This commit is contained in:
parent
4517857d08
commit
4c2793d446
1 changed files with 5 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue