removed zen browser
This commit is contained in:
parent
4d977176bc
commit
19aceb4879
5 changed files with 3 additions and 49 deletions
|
@ -15,7 +15,6 @@
|
|||
./garbage-collect.nix
|
||||
./keyd.nix
|
||||
./locales.nix
|
||||
./mimetype.nix
|
||||
./networking.nix
|
||||
./optimise.nix
|
||||
./options.nix
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, config, pkgs, inputs, system, ... }:
|
||||
{ lib, config, pkgs, ... }:
|
||||
lib.mkIf config.desktop.enable {
|
||||
|
||||
environment.systemPackages =
|
||||
|
@ -27,10 +27,6 @@ lib.mkIf config.desktop.enable {
|
|||
prusa-slicer
|
||||
UVtools
|
||||
audacity
|
||||
])
|
||||
++
|
||||
[
|
||||
inputs.zen.packages.${system}.specific
|
||||
];
|
||||
]);
|
||||
|
||||
}
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
|
||||
xdg.mime.defaultApplications = {
|
||||
"application/pdf" = "zen.desktop";
|
||||
"text/html" = "zen.desktop";
|
||||
"x-scheme-handler/http" = "zen.desktop";
|
||||
"x-scheme-handler/https" = "zen.desktop";
|
||||
"x-scheme-handler/about" = "zen.desktop";
|
||||
"x-scheme-handler/unknown" = "zen.desktop";
|
||||
};
|
||||
|
||||
environment.sessionVariables.DEFAULT_BROWSER = "zen";
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue