parent
4b89f8d1ab
commit
b69bfdd120
@ -0,0 +1,26 @@ |
||||
{ config, pkgs, ... }: |
||||
|
||||
{ |
||||
# TODO please change the username & home directory to your own |
||||
home.username = "chrigi"; |
||||
home.homeDirectory = "/home/chrigi"; |
||||
|
||||
# Packages that should be installed to the user profile. |
||||
home.packages = with pkgs; [ |
||||
eza |
||||
jq |
||||
]; |
||||
|
||||
# This value determines the home Manager release that your |
||||
# configuration is compatible with. This helps avoid breakage |
||||
# when a new home Manager release introduces backwards |
||||
# incompatible changes. |
||||
# |
||||
# You can update home Manager without changing this value. See |
||||
# the home Manager release notes for a list of state version |
||||
# changes in each release. |
||||
home.stateVersion = "23.11"; |
||||
|
||||
# Let home Manager install and manage itself. |
||||
# programs.home-manager.enable = true; |
||||
} |
||||
Loading…
Reference in new issue