Working on GTK
This commit is contained in:
@@ -1,18 +1,23 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# System packages (NixOS)
|
||||
environment.systemPackages = with pkgs; [
|
||||
catppuccin.gtk.mocha.standard.blue
|
||||
papirus-icon-theme
|
||||
];
|
||||
|
||||
gtk = {
|
||||
theme = {
|
||||
name = "Catppuccin-Mocha-Standard-Blue-Dark";
|
||||
variant = "dark";
|
||||
};
|
||||
iconCache = {
|
||||
name = "Papirus-Dark";
|
||||
# Home Manager GTK settings
|
||||
home-manager.users.henrov = {
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
name = "Catppuccin-Mocha-Standard-Blue-Dark";
|
||||
variant = "dark";
|
||||
};
|
||||
iconTheme = {
|
||||
name = "Papirus-Dark";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user