removed zen browser

This commit is contained in:
willifan 2025-08-03 16:18:45 +02:00
parent 4d977176bc
commit 19aceb4879
5 changed files with 3 additions and 49 deletions

View file

@ -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
];
]);
}