Working on GTK
This commit is contained in:
@@ -1,8 +1,18 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.catppuccin.nixosModules.catppuccin
|
||||
];
|
||||
|
||||
catppuccin = {
|
||||
gtk.enable = true;
|
||||
gtk.flavor = "mocha";
|
||||
gtk.style = "standard";
|
||||
gtk.color = "blue";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.catppuccin.packages.${pkgs.system}.catppuccin-gtk-mocha
|
||||
papirus-icon-theme
|
||||
];
|
||||
|
||||
@@ -20,11 +30,10 @@
|
||||
home.sessionVariables = {
|
||||
GTK_ENABLE_DARK_MODE = "1";
|
||||
};
|
||||
/*
|
||||
xdg.configFile."zen-browser/user.js".text = ''
|
||||
user_pref("widget.non-native-theme.enabled", false);
|
||||
user_pref("ui.systemUsesDarkTheme", 1);
|
||||
'';
|
||||
*/
|
||||
|
||||
xdg.configFile."zen-browser/user.js".text = ''
|
||||
user_pref("widget.non-native-theme.enabled", false);
|
||||
user_pref("ui.systemUsesDarkTheme", 1);
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user