Still GTK
This commit is contained in:
@@ -1,13 +1,19 @@
|
|||||||
{ inputs, pkgs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
imports = [
|
||||||
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
|
inputs.zen-browser.homeManagerModules.default
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = {
|
home-manager = {
|
||||||
GTK_THEME = "Catppuccin-GTK-Grey-Dark-Compact";
|
packages = [
|
||||||
GTK_ICON_THEME = "Papirus-Dark";
|
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||||
GTK_ENABLE_DARK_MODE = "1";
|
];
|
||||||
|
|
||||||
|
sessionVariables = {
|
||||||
|
GTK_THEME = "Catppuccin-GTK-Grey-Dark-Compact";
|
||||||
|
GTK_ICON_THEME = "Papirus-Dark";
|
||||||
|
GTK_ENABLE_DARK_MODE = "1";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user