beatific: add exiftool to default programs
This commit is contained in:
parent
d6da7b5306
commit
e550e73d5d
|
@ -27,7 +27,6 @@
|
||||||
swapDevices = [ { device = "/swap"; size = 1024; } ];
|
swapDevices = [ { device = "/swap"; size = 1024; } ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
exiftool # media metadata tool
|
|
||||||
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
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
networking.interfaces.eth0.useDHCP = true;
|
networking.interfaces.eth0.useDHCP = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
exiftool
|
|
||||||
tinc_pre
|
tinc_pre
|
||||||
gitea
|
gitea
|
||||||
];
|
];
|
||||||
|
|
|
@ -102,6 +102,7 @@ in {
|
||||||
bc # Terminal calculator
|
bc # Terminal calculator
|
||||||
curl
|
curl
|
||||||
duf
|
duf
|
||||||
|
exiftool
|
||||||
file # File type inspector
|
file # File type inspector
|
||||||
htmlq # jq for html
|
htmlq # jq for html
|
||||||
jq # jq for json
|
jq # jq for json
|
||||||
|
|
Loading…
Reference in New Issue