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"; url = "https://git.fainsin.bzh/Laurent/personal-website";
branchName = "pages"; branchName = "pages";
fetchLFS = true; # https://github.com/go-gitea/gitea/issues/4773 fetchLFS = true; # https://github.com/go-gitea/gitea/issues/4773
rev = "e29fd08e173268303d47bffbad370ade68ef35d9"; # pages rev = "61ec0c0ad73d21584323eebe38685d60c8851a8d"; # pages
sha256 = "sha256-wrHAF+p0Nmly6b24CUbTNUC56r+kakKmBQvOVZqNThY="; sha256 = "sha256-dEv36TU3fteObO7cXizh1cHmO+Zxs6LTzbw4plMsp4U=";
}; };
in { in {
services.nginx.virtualHosts = { services.nginx.virtualHosts = {

View file

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

View file

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