Users, add juri and update automatic start version

This commit is contained in:
Julia Lange 2025-03-12 22:30:33 -07:00
parent a37979255d
commit f27cec2c9a
4 changed files with 71 additions and 1 deletions

View file

@ -0,0 +1,16 @@
{ config, pkgs, ... }:
{
fish.enable = true;
git = {
enable = true;
username = "Julia Lange";
email = "public@julialange.org";
};
neovim = {
enable = true;
themes.catppuccin.enable = true;
};
lf.enable = true;
zoxide.enable = true;
}