Fixed build issues by including guard rails; Merged configs

This commit is contained in:
2026-04-05 11:41:53 +02:00
parent 3e1965f0e8
commit 45f853b376
25 changed files with 1034 additions and 133 deletions

View File

@@ -4,7 +4,7 @@ let
theme_name = "Catppuccin-GTK-Dark";
in
{
home = {
home = lib.mkIf (!pkgs.stdenv.isDarwin) {
packages = with pkgs; [
adwaita-icon-theme
];
@@ -20,7 +20,7 @@ in
".config/gtk-4.0/assets".source = "${theme}/share/themes/${theme_name}/gtk-4.0/assets";
};
};
gtk = {
gtk = lib.mkIf (!pkgs.stdenv.isDarwin) {
enable = true;
font = {
name = "FiraCode Nerd Font Propo";
@@ -41,7 +41,7 @@ in
};
gtk3.extraConfig.gtk-application-prefer-dark-theme = 1;
};
dconf = {
dconf = lib.mkIf (!pkgs.stdenv.isDarwin) {
enable = true;
settings = {
"org/gnome/desktop/interface" = {