Add workspace 10, remove clang-tools

This commit is contained in:
Artemis Tosini 2022-01-06 01:25:40 +00:00
parent b7dce5eed5
commit a83231fab6
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
2 changed files with 1 additions and 1 deletions

View file

@ -4,6 +4,7 @@ let
cfg = config.wayland.windowManager.sway; cfg = config.wayland.windowManager.sway;
mod = cfg.config.modifier; mod = cfg.config.modifier;
extraWorkspaces = { extraWorkspaces = {
"0" = "10";
F1 = "11 Firefox"; F1 = "11 Firefox";
F2 = "12 Music"; F2 = "12 Music";
F3 = "13"; F3 = "13";

View file

@ -99,7 +99,6 @@ in
# Development # Development
binutils-unwrapped binutils-unwrapped
ccache ccache
(lib.hiPrio clang-tools)
cmake cmake
conda conda
gcc11 gcc11