1
0
Fork 0

Remove workspace name logic

This commit is contained in:
Malte Brandy 2021-07-09 14:07:09 +02:00
parent b7b3e07ff3
commit 5c5dc7eefb
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -59,14 +59,6 @@ in
"browser.startup.homepage" = startpage;
};
};
setWorkspaceName = name:
{ pkgs, lib, ... }: {
dconf.settings = {
"org/gnome/desktop/wm/preferences" = {
workspace-names = [ name ]; # use neo
};
};
};
apolloConfig = name: imports:
makeConfig "apollo" (
imports ++ [
@ -91,7 +83,6 @@ in
./roles/zettelkasten.nix
(import ./roles/mode-switching.nix { modeDir = ".modes"; modeFile = "volatile/mode"; })
(makeAutostart "unlock-ssh")
(setWorkspaceName name)
]
);
unrestricted = [