home(alex): do not provide .config/doom

This commit is contained in:
Alexander Kobjolke 2025-07-10 19:38:17 +02:00
parent 9d0eba39ba
commit 370d124efc
2 changed files with 1 additions and 6 deletions

View file

@ -23,9 +23,4 @@ in
defaultEditor = true;
startWithUserSession = true;
};
xdg.configFile.doom = {
target = "doom";
source = ./doom;
};
}