chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
2 changed files with 3 additions and 4 deletions
Showing only changes of commit a953365bc7 - Show all commits

View file

@ -4,7 +4,7 @@ let
theme = "Catppuccin-Pink-Dark";
cursorTheme = config.home.pointerCursor.name;
colour = rec {
colour = {
rosewater = "f2d5cf";
flamingo = "eebebe";
pink = "f4b8e4";
@ -34,8 +34,7 @@ let
hex = mapAttrs (name: value: "#${value}") colour;
};
in
{
in {
home.file.".xsettingsd".text = ''
Net/ThemeName "${theme}"
Gtk/CursorThemeName "${cursorTheme}"

View file

@ -1,4 +1,4 @@
# nix-build -E 'with import <nixpkgs> {}; callPackage ./platformio.nix {}'
# nix-build -E 'with import <nixpkgs> {}; callPackage ./default.nix {}'
final: prev: {
v = {
glitch-soc = prev.callPackage ./glitch-soc { };