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 = [
./nyxt.nix
./firefox.nix
./librewolf.nix
./nyxt.nix
];
}

View file

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