mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
added zip utils & fixed audio
This commit is contained in:
parent
cf80eff840
commit
7ca03bacd4
2 changed files with 11 additions and 3 deletions
|
@ -46,6 +46,7 @@
|
|||
pkgs.thunderbird-bin
|
||||
pkgs.feh
|
||||
pkgs.waybar
|
||||
pkgs.p7zip
|
||||
|
||||
pkgs.playerctl
|
||||
pkgs.wf-recorder
|
||||
|
@ -182,7 +183,7 @@
|
|||
latitude = 49.0;
|
||||
longitude = 8.4;
|
||||
};
|
||||
|
||||
/*
|
||||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
|
@ -194,7 +195,7 @@
|
|||
"application/pdf" = "org.pwmt.zathura-pdf-mupdf.desktop";
|
||||
};
|
||||
};
|
||||
|
||||
*/
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
server.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue