1
1
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Tim Van Baak 8ae7776ada beatific: add bat and viu 2024-04-16 20:55:00 +00:00
Tim Van Baak 13eac55616 catacomb: add ffmpeg 2024-04-16 20:53:06 +00:00
2 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@
swapDevices = [ { device = "/swap"; size = 1024; } ];
environment.systemPackages = with pkgs; [
ffmpeg
lsof # list open files
mkpasswd # used for setting SMB passwords, I think?
samba # provides smbpasswd, mostly

View File

@ -99,6 +99,7 @@ in {
(mkIf cfg.defaults.programs {
environment.systemPackages = with pkgs; [
bat # colorized and numbered `less`
bc # Terminal calculator
curl
duf
@ -114,6 +115,7 @@ in {
tree # Directory tree view
unzip
vim
viu # in-terminal image viewer
wget
zip
(writeShellScriptBin "clip" ''