break out
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user