update to 26.05
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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 @@
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user