Don't install librewolf by default

Remove nyxt and librewolf from browser mimeapps
This commit is contained in:
Evie Litherland-Smith 2024-08-30 11:04:07 +01:00
parent 88a4291f65
commit 90bd505fbb
2 changed files with 3 additions and 11 deletions

View file

@ -1,8 +1,7 @@
{ ... }: { ... }:
{ {
imports = [ imports = [
./nyxt.nix
./firefox.nix ./firefox.nix
./librewolf.nix ./nyxt.nix
]; ];
} }

View file

@ -1,13 +1,6 @@
let let
emacs = [ emacs = [ "emacsclient.desktop" ];
"emacsclient.desktop" browser = [ "firefox.desktop" ];
"emacs.desktop"
];
browser = [
"firefox.desktop"
"librewolf.desktop"
"nyxt.desktop"
];
in in
{ {
"inode/directory" = [ "thunar.desktop" ]; "inode/directory" = [ "thunar.desktop" ];