Users, add juri and update automatic start version
This commit is contained in:
parent
5c4a4ef333
commit
7c5bbbe9f4
4 changed files with 71 additions and 1 deletions
16
hosts/juri/users/pan/user.nix
Normal file
16
hosts/juri/users/pan/user.nix
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue