mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: updated niri
This commit is contained in:
parent
2b91a4d407
commit
ee42e007a7
13 changed files with 562 additions and 488 deletions
20
modules/home/gui/desktop/niri/config/workspaces.nix
Executable file
20
modules/home/gui/desktop/niri/config/workspaces.nix
Executable file
|
@ -0,0 +1,20 @@
|
|||
{ workspaceStrings, ... }:
|
||||
{
|
||||
workspaces = {
|
||||
${workspaceStrings.workspace0} = {
|
||||
name = workspaceStrings.workspace0;
|
||||
};
|
||||
${workspaceStrings.workspace1} = {
|
||||
name = workspaceStrings.workspace1;
|
||||
};
|
||||
${workspaceStrings.workspace2} = {
|
||||
name = workspaceStrings.workspace2;
|
||||
};
|
||||
${workspaceStrings.workspace3} = {
|
||||
name = workspaceStrings.workspace3;
|
||||
};
|
||||
${workspaceStrings.workspace4} = {
|
||||
name = workspaceStrings.workspace4;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue