Skip to content

Commit

Permalink
[𝚵] (flake): system update! (Goodbye, 6.6.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Icy-Thought committed Dec 19, 2023
1 parent 4890d4a commit 9b6ecef
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 108 deletions.
74 changes: 37 additions & 37 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/develop/scientific.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ in {

(mkIf config.modules.develop.scientific.typst.enable {
user.packages = attrValues {
inherit (pkgs) typst; # typst-lsp <- broken
inherit (pkgs) typst typst-lsp;
};

hm.programs.vscode.extensions = attrValues {
Expand Down
18 changes: 0 additions & 18 deletions modules/themes/catppuccin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,24 +123,6 @@ in {
};
};
};

home.configFile = let
inherit (cfg.gtk) name package;
in {
gtk-assets = {
target = "gtk-4.0/assets";
source = "${package}/share/themes/${name}/gtk-4.0/assets";
recursive = true;
};
gtk-CSS = {
target = "gtk-4.0/gtk.css";
source = "${package}/share/themes/${name}/gtk-4.0/gtk.css";
};
gtk-darkCSS = {
target = "gtk-4.0/gtk-dark.css";
source = "${package}/share/themes/${name}/gtk-4.0/gtk-dark.css";
};
};
}

(mkIf config.modules.desktop.browsers.firefox.enable {
Expand Down
9 changes: 0 additions & 9 deletions modules/themes/kanagawa/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,6 @@ in {
};
};
};

home.configFile = let
themeDir = "${cfg.gtk.package}/share/themes/${cfg.gtk.name}/gtk-4.0/";
in {
gtk4Theme = {
target = "gtk-4.0/gtk.css";
source = "${themeDir}/gtk.css";
};
};
}

(mkIf config.modules.desktop.browsers.firefox.enable {
Expand Down
7 changes: 0 additions & 7 deletions modules/themes/rose-pine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,6 @@ in {
};
};
};

home.configFile.gtk4Theme = let
inherit (cfg.gtk) name package;
in {
target = "gtk-4.0/gtk.css";
source = "${package}/share/themes/${name}/gtk-4.0/gtk.css";
};
}

(mkIf config.modules.desktop.browsers.firefox.enable {
Expand Down
18 changes: 0 additions & 18 deletions modules/themes/tokyonight/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,24 +119,6 @@ in {
};
};
};

home.configFile = let
themeDir = "${cfg.gtk.package}/share/themes/${cfg.gtk.name}/gtk-4.0/";
in {
gtk4Theme-light = {
target = "gtk-4.0/gtk.css";
source = "${themeDir}/gtk.css";
};
gtk4Theme-dark = {
target = "gtk-4.0/gtk-dark.css";
source = "${themeDir}/gtk-dark.css";
};
gtk4Theme-assets = {
target = "gtk-4.0/assets";
source = "${themeDir}/assets";
recursive = true;
};
};
}

(mkIf config.modules.desktop.browsers.firefox.enable {
Expand Down
18 changes: 0 additions & 18 deletions templates/module/theme.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,24 +110,6 @@ in {
};
};
};

home.configFile = let
themeDir = "${cfg.gtk.package}/share/themes/${cfg.gtk.name}/gtk-4.0/";
in {
gtk4Theme-light = {
target = "gtk-4.0/gtk.css";
source = "${themeDir}/gtk.css";
};
gtk4Theme-dark = {
target = "gtk-4.0/gtk-dark.css";
source = "${themeDir}/gtk-dark.css";
};
gtk4Theme-assets = {
target = "gtk-4.0/assets";
source = "${themeDir}/assets";
recursive = true;
};
};
}

# (mkIf config.modules.desktop.browsers.firefox.enable {
Expand Down

0 comments on commit 9b6ecef

Please sign in to comment.