diff --git a/home/graphical/default.nix b/home/graphical/default.nix index 81323e7..0c5787b 100644 --- a/home/graphical/default.nix +++ b/home/graphical/default.nix @@ -3,7 +3,6 @@ ./firefox ./thunderbird ./vscode - ./lollypop ./fuzzel.nix ./gammastep.nix # default because I need to protect my peepers ./swww.nix diff --git a/home/graphical/fuzzel.nix b/home/graphical/fuzzel.nix index 2e9f287..d4e7dac 100644 --- a/home/graphical/fuzzel.nix +++ b/home/graphical/fuzzel.nix @@ -26,5 +26,4 @@ }; }; }; - } diff --git a/options/media.nix b/options/media.nix index 14142ce..eb5549d 100644 --- a/options/media.nix +++ b/options/media.nix @@ -85,10 +85,10 @@ in "video/*" = cfg.ebook.default; "image/*" = cfg.image.default; "audio/*" = cfg.audio.default; + "audio/mpeg" = cfg.audio.default; # Ebooks sadly don't have a singular major type. "application/epub+zip" = cfg.ebook.default; }; }; }; - } diff --git a/options/services/nysh.nix b/options/services/nysh.nix index 7059d20..ddfc3f7 100644 --- a/options/services/nysh.nix +++ b/options/services/nysh.nix @@ -36,7 +36,6 @@ in PrivateMounts = true; ProtectHostname = true; ProtectKernelTunables = true; - ProtectProc = true; PrivateTmp = true; IPAddressDeny = "any"; };