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