voy is back

This commit is contained in:
Lucy Hochkamp 2024-04-16 21:45:21 +02:00
parent 7f365f0bd2
commit 491c8bf72c
No known key found for this signature in database
56 changed files with 305 additions and 245 deletions

View file

@ -47,6 +47,10 @@ in
};
config = lib.mkIf cfg.enable {
imports = [
"../system/persist.nix"
];
# Let ~/bin/ be in $PATH
environment.homeBinInPath = true;
ragon.persist.extraDirectories = [ "/home/${username}" ];