feat: add caleastia shell
This commit is contained in:
parent
b9a369436d
commit
146418764e
20 changed files with 926 additions and 286 deletions
|
|
@ -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" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue