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-manager.users."${sys.username}" = {
|
||||||
home.stateVersion = "24.11";
|
home.stateVersion = "24.11";
|
||||||
home.file."repo" = {
|
home.file."repo" = {
|
||||||
enable = true;
|
enable = false;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
source = ../../.;
|
source = ../../.;
|
||||||
target = sys.repoPath;
|
target = sys.repoPath;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user