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

View File

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