Adding users

This commit is contained in:
Julia Lange 2025-11-17 16:16:39 -08:00
parent 823c6d0738
commit bcb09055f8
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
9 changed files with 120 additions and 735 deletions

16
users/juri/default.nix Normal file
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;
}