Compare commits
2 Commits
652d8d0805
...
8ae7776ada
Author | SHA1 | Date |
---|---|---|
Tim Van Baak | 8ae7776ada | |
Tim Van Baak | 13eac55616 |
|
@ -27,6 +27,7 @@
|
||||||
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
|
||||||
|
|
|
@ -99,6 +99,7 @@ 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
|
||||||
|
@ -114,6 +115,7 @@ 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" ''
|
||||||
|
|
Loading…
Reference in New Issue