1
1
Fork 0

Compare commits

..

No commits in common. "8ae7776ada6448e2c176cfdd05dd5bad6ebb7c43" and "652d8d08059efe5d88d65ce6a02643a807522ea1" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

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