1
1
Fork 0

Compare commits

...

2 Commits

4 changed files with 3 additions and 2 deletions

View File

@ -27,7 +27,6 @@
swapDevices = [ { device = "/swap"; size = 1024; } ];
environment.systemPackages = with pkgs; [
exiftool # media metadata tool
lsof # list open files
mkpasswd # used for setting SMB passwords, I think?
samba # provides smbpasswd, mostly

View File

@ -40,7 +40,6 @@
networking.interfaces.eth0.useDHCP = true;
environment.systemPackages = with pkgs; [
exiftool
tinc_pre
gitea
];

View File

@ -59,7 +59,9 @@
beatific.extraPrograms = true;
environment.systemPackages = with pkgs; [
comic-mono
firefox
gnome.gnome-terminal
libreoffice
mpv
obsidian

View File

@ -102,6 +102,7 @@ in {
bc # Terminal calculator
curl
duf
exiftool
file # File type inspector
htmlq # jq for html
jq # jq for json