Compare commits

...

2 commits

Author SHA1 Message Date
59692155d1 YOLO to rebase 2025-03-31 09:35:38 +02:00
1e70628165 toaster back to zsh 2025-03-31 09:34:56 +02:00
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
{}:
{
services.caddy = {
enable = true;
};
}

View file

@ -60,7 +60,7 @@
home = "/home/0xa";
isNormalUser = true;
uid = 1000;
shell = pkgs.fish;
shell = pkgs.zsh;
};
services.emacs.defaultEditor = false;