sway: fix configuration
This commit is contained in:
parent
0721c43c10
commit
de7ea597b8
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
my = import ./variables.nix // {
|
my = import ./variables.nix // {
|
||||||
# sway.enable = true;
|
sway.enable = config.my.desktop == "sway";
|
||||||
pass.enable = true;
|
pass.enable = true;
|
||||||
fish.enable = true;
|
fish.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue