Still GTK

This commit is contained in:
2026-03-16 18:10:10 +00:00
parent 79fde5f602
commit 0f7f5ac055
2 changed files with 17 additions and 2 deletions
@@ -1,9 +1,16 @@
{ inputs, pkgs, ... }:
{ config, pkgs, ... }:
{
users.users.henrov = {
isNormalUser = true;
extraGroups = [ "wheel" ];
};
home-manager.users.henrov = {
packages = [
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.zen-browser
];
sessionVariables = {
GTK_THEME = "Catppuccin-GTK-Grey-Dark-Compact";
GTK_ICON_THEME = "Papirus-Dark";