Still GTK looks
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
# Install the GTK theme and icon theme
|
||||
environment.systemPackages = with pkgs; [
|
||||
#magnetic-catppuccin-gtk #inputs.catppuccin.gtk.mocha.standard #catppuccin-gtk # or inputs.catppuccin.packages.${pkgs.system}.catppuccin-gtk-mocha
|
||||
inputs.catppuccin.gtk.mocha.standard
|
||||
papirus-icon-theme
|
||||
imports = [
|
||||
inputs.catppuccin.nixosModules.catppuccin
|
||||
];
|
||||
|
||||
# Set environment variables to enforce the theme
|
||||
environment.sessionVariables = {
|
||||
GTK_THEME = "Catppuccin-Mocha-Standard-Blue-Dark";
|
||||
GTK_ICON_THEME = "Papirus-Dark";
|
||||
GTK_ENABLE_DARK_MODE = "1";
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
variant = "standard";
|
||||
gtk.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user