Still misses configuration for login screen, lock screen and idle management.
13 lines
160 B
Nix
13 lines
160 B
Nix
{
|
|
...
|
|
}: {
|
|
programs.sway = {
|
|
enable = true;
|
|
wrapperFeatures = {
|
|
base = true;
|
|
gtk = true;
|
|
};
|
|
};
|
|
xdg.portal.wlr.enable = true;
|
|
}
|
|
|