mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-08 05:49:25 -06:00
chore: init
This commit is contained in:
commit
1b2c1ea359
891 changed files with 37053 additions and 0 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