conditional sway config?
This commit is contained in:
parent
3e5bd76cd8
commit
7a31f31a1c
1 changed files with 5 additions and 5 deletions
|
|
@ -3,11 +3,11 @@ with config;
|
||||||
{
|
{
|
||||||
xdg.configFile =
|
xdg.configFile =
|
||||||
{
|
{
|
||||||
"sway/config".source = files/sway/default;
|
#"sway/config".source = files/sway/default;
|
||||||
#"sway/config".source =
|
"sway/config".source =
|
||||||
#if (builtins.getEnv "HOSTNAME_SHORT" == "pocket2")
|
if (builtins.getEnv "HOSTNAME_SHORT" == "pocket2")
|
||||||
#then files/sway/pocket2
|
then files/sway/pocket2
|
||||||
#else files/sway/default;
|
else files/sway/default;
|
||||||
};
|
};
|
||||||
programs.swaylock = {
|
programs.swaylock = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue