This commit is contained in:
m3tam3re
2025-05-04 10:53:18 +02:00
parent 3d52c0576e
commit 32503965ab
10 changed files with 133 additions and 43 deletions

View File

@@ -100,6 +100,17 @@
init.defaultBranch = "master";
};
};
programs.jujutsu = {
enable = true;
settings = {
user = {
email = "m@m3tam3re.com";
name = "Sascha Koenig";
};
};
};
programs.ssh = {
enable = true;
matchBlocks = {

View File

@@ -49,7 +49,8 @@ in {
features = {
cli = {
fish.enable = true;
fzf.enable = true;
nushell.enable = true;
skim.enable = true;
nitch.enable = true;
secrets.enable = true;
starship.enable = true;