update to 26.05

This commit is contained in:
2026-07-27 12:44:12 +02:00
parent a76b2c2878
commit 15f46c0338
7 changed files with 25 additions and 28 deletions
+3 -5
View File
@@ -9,10 +9,9 @@ in {
programs.git = {
enable = true;
userName= "Lukas";
userEmail = "mail@lukas.contact";
extraConfig = {
settings = {
user.name = "Lukas";
user.email = "mail@lukas.contact";
commit.gpgsign = true;
gpg.format = "ssh";
gpg.ssh.allowedSignersFile = "~/.ssh/allowed_signers";
@@ -26,4 +25,3 @@ in {
+2 -2
View File
@@ -1,8 +1,9 @@
{ pkgs, ... }:
{ config, pkgs, ... }:
{
programs.zsh = {
enable = true;
dotDir = config.home.homeDirectory;
enableCompletion = true;
syntaxHighlighting.enable = true;
autosuggestion.enable = true;
@@ -35,4 +36,3 @@
};
}