migrate ds9 and daedalus

This commit is contained in:
Lucy Hochkamp 2024-03-17 09:15:21 +01:00
parent ff468ca2d7
commit 422cefb45c
No known key found for this signature in database
4 changed files with 19 additions and 13 deletions

View file

@ -49,6 +49,8 @@ in
config = lib.mkIf cfg.enable {
# Let ~/bin/ be in $PATH
environment.homeBinInPath = true;
ragon.persist.extraDirectories = [ "/home/${username}" ];
programs.zsh.enable = true;
# Define my user account
users.extraUsers.${username} = {