Still GTK

This commit is contained in:
2026-03-16 17:27:09 +00:00
parent 9f56681bf4
commit 5d34377df4
3 changed files with 21 additions and 10 deletions
@@ -30,14 +30,4 @@ let
packages.conf : ${toString packagesConfPath}
Hint : check the attribute name on search.nixos.org/packages
''
else
found;
packages = builtins.seq _guard (map resolvePkg entries);
zenBrowser =
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default;
in
{
environment.systemPackages =
packages
++ [ zenBrowser ];
}