This commit is contained in:
Lucy Hochkamp 2024-04-16 21:52:33 +02:00
parent 491c8bf72c
commit 339d69b1c7
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View file

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