1
1
Fork 0

Compare commits

..

No commits in common. "c2a45ec1bb2b74ab9e7e1faa94ba1ad469857c30" and "d6da7b53063f7571b82b1684126bc5417254e293" have entirely different histories.

4 changed files with 2 additions and 3 deletions

View File

@ -27,6 +27,7 @@
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

View File

@ -40,6 +40,7 @@
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
]; ];

View File

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

View File

@ -102,7 +102,6 @@ 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