Fix: Disable inclusion of repo. Causes collision on switch.
This commit is contained in:
parent
c30d103786
commit
30800804cb
@ -57,7 +57,7 @@
|
||||
home-manager.users."${sys.username}" = {
|
||||
home.stateVersion = "24.11";
|
||||
home.file."repo" = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
recursive = true;
|
||||
source = ../../.;
|
||||
target = sys.repoPath;
|
||||
|
Loading…
x
Reference in New Issue
Block a user