Adding users
This commit is contained in:
parent
823c6d0738
commit
bcb09055f8
9 changed files with 120 additions and 735 deletions
16
users/juri/default.nix
Normal file
16
users/juri/default.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