snapshot pre-cleanup-2026-05-23T19-39-41Z

This commit is contained in:
2026-05-23 23:32:28 +02:00
parent c8ee6d85fe
commit 30e8029a6b
35 changed files with 353 additions and 229 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
{ ... }: {
flake.packages.custom-bottom = { pkgs, ... }:
pkgs.writeShellApplication {
perSystem = { pkgs, ... }: {
packages.custom-bottom = pkgs.writeShellApplication {
name = "custom-bottom";
runtimeInputs = with pkgs; [
kitty
@@ -10,4 +10,5 @@
kitty --class "custom-bottom" -o font_size=10 --name "custom-bottom" -e btm --theme gruvbox --disable-click --disable_advanced_kill --enable_cache_memory -g -R -T
'';
};
};
}