started on workspaces

This commit is contained in:
2026-06-23 13:21:29 +01:00
parent 10ff3c170e
commit 175cea641b
7 changed files with 75 additions and 9 deletions

View File

@@ -1,16 +1,17 @@
{
pkgs,
lib,
config,
inputs,
...
}:
{
# https://devenv.sh/packages/
env.DEVSHELL_NAME = "󰏖 devenv/#fab387| quickshell/green";
packages = with pkgs; [
quickshell
kdePackages.qtdeclarative
];
env.DEVSHELL_NAME = "󰏖 devenv/#fab387| quickshell/green";
processes = {
qs.exec = "quickshell -p .";
};
}