Compare commits

..

No commits in common. "2565e8446bfa448b288b0e7eaa0aed43b660677d" and "4c31e68a9e82780da09843ad9783cb67f66296f3" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View file

@ -4,8 +4,8 @@ let
url = "https://git.fainsin.bzh/Laurent/personal-website";
branchName = "pages";
fetchLFS = true; # https://github.com/go-gitea/gitea/issues/4773
rev = "e29fd08e173268303d47bffbad370ade68ef35d9"; # pages
sha256 = "sha256-wrHAF+p0Nmly6b24CUbTNUC56r+kakKmBQvOVZqNThY=";
rev = "61ec0c0ad73d21584323eebe38685d60c8851a8d"; # pages
sha256 = "sha256-dEv36TU3fteObO7cXizh1cHmO+Zxs6LTzbw4plMsp4U=";
};
in {
services.nginx.virtualHosts = {

View file

@ -17,7 +17,7 @@
};
theme = {
name = "Catppuccin-Mocha-Compact-Blue-dark";
name = "Catppuccin-Mocha-Compact-Blue-Dark";
package = pkgs.catppuccin-gtk.override {
tweaks = [ "rimless" "normal" ];
accents = [ "blue" ];

View file

@ -2,7 +2,7 @@
programs.zsh = {
enable = true;
enableAutosuggestions = true;
syntaxHighlighting.enable = true;
enableSyntaxHighlighting = true;
enableCompletion = true;
sessionVariables = {
VISUAL = "micro";