feat: add caleastia shell

This commit is contained in:
danny 2025-08-19 23:28:52 +08:00
parent b9a369436d
commit 146418764e
20 changed files with 926 additions and 286 deletions

View file

@ -5,6 +5,7 @@
osConfig,
config,
username,
lib,
pkgs,
...
}:
@ -44,7 +45,7 @@ in
];
# === waybar === #
systemd.user.services.waybar = {
systemd.user.services.waybar = lib.mkIf config.programs.waybar.enable {
Unit = {
PartOf = [ "graphical-session.target" ];
After = [ "graphical-session.target" ];
@ -252,6 +253,8 @@ in
"code"
".virt-manager-wrapped"
"virt-manager"
"steam_app_*"
"obsidian"
];
};
"custom/cava" = {