Trying to install mocha instead of frappe
This commit is contained in:
+7
-9
@@ -1118,20 +1118,18 @@ This file configures gtk
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
# Install the GTK theme and icon theme
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
catppuccin.gtk.mocha.standard.blue
|
catppuccin-gtk-mocha # or inputs.catppuccin.packages.${pkgs.system}.catppuccin-gtk-mocha
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.gtk = {
|
# Set environment variables to enforce the theme
|
||||||
enable = true;
|
environment.sessionVariables = {
|
||||||
gtk3.enable = true;
|
GTK_THEME = "Catppuccin-Mocha-Standard-Blue-Dark";
|
||||||
theme.name = "Catppuccin-Mocha-Standard-Blue-Dark";
|
GTK_ICON_THEME = "Papirus-Dark";
|
||||||
theme.variant = "dark";
|
GTK_ENABLE_DARK_MODE = "1";
|
||||||
iconTheme.name = "Papirus-Dark";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Check session.nix for variables !
|
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user