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
@@ -0,0 +1,20 @@
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
{
imports = [
./zen-browser.nix
# ./firefox.nix
# ./vivaldi.nix
];
{ pkgs, ... }:
{
programs.zen-browser = {
enable = true;
profile = {
settings = {
"widget.non-native-theme.enabled" = false;
"widget.dmab.hidpi.enabled" = true;
};
};
};
}
@@ -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 ];
}
@@ -4,6 +4,7 @@
./packages.nix
./flatpaks.nix
./accessibility/top.nix
./browsing/top.nix
./file_management/top.nix
./gaming/top.nix
./media_playback_editing/top.nix