15 lines
209 B
Nix
15 lines
209 B
Nix
{ ... }:
|
|
{
|
|
programs.niri.settings.workspaces = {
|
|
"1" = {
|
|
name = "web";
|
|
open-on-output = "eDP-1";
|
|
};
|
|
"2" = {
|
|
name = "code";
|
|
};
|
|
"3" = {
|
|
name = "chat";
|
|
};
|
|
};
|
|
}
|