Compare commits
No commits in common. "8ae7776ada6448e2c176cfdd05dd5bad6ebb7c43" and "652d8d08059efe5d88d65ce6a02643a807522ea1" have entirely different histories.
8ae7776ada
...
652d8d0805
|
@ -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
|
||||
|
|
|
@ -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" ''
|
||||
|
|
Loading…
Reference in New Issue