break out

This commit is contained in:
2026-04-13 15:57:32 +02:00
parent f80abd24e6
commit aea03142e7
14 changed files with 154 additions and 94 deletions
+32
View File
@@ -0,0 +1,32 @@
{
inputs,
pkgs,
...
}:
{
environment.systemPackages = with pkgs; [
inputs."lolcat++".packages.${pkgs.stdenv.hostPlatform.system}.default
bat
cowsay
curl
eza
fastfetch
fd
file
fortune
fzf
git
git-lfs
killall
neovim
odt2txt
openssl
ripgrep
stow
tealdeer
unzip
wget
yazi
];
}