Skip to content

Commit

Permalink
chore: update discord-nordic theme to v4.10.20
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotcorreia committed Nov 26, 2024
1 parent 0942c8c commit 7a91e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/graphical/programs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
cfg = config.modules.graphical.programs;

discordThemeFile = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.19/uniform/nordic.theme.css";
hash = "sha256-MaSykbOh7jZkWZr5PlZdBuL9FP6915A4DLrs1thVdNI=";
url = "https://raw.githubusercontent.com/orblazer/discord-nordic/v4.10.20/uniform/nordic.theme.css";
hash = "sha256-k6RoG3aaqxfkicR6YbnVx1Iqb213pp7GJAGbma0X55s=";
};
in {
options.modules.graphical.programs.enable = mkEnableOption "programs";
Expand Down

0 comments on commit 7a91e3e

Please sign in to comment.