enable sway
This commit is contained in:
parent
661a462787
commit
a4f943e1b0
1 changed files with 4 additions and 4 deletions
|
@ -79,11 +79,11 @@
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
cage = {
|
programs.sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
program = "${lib.getExe pkgs.xterm}";
|
wrapperFeatures.gtk = true;
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
|
Loading…
Reference in a new issue