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

This commit is contained in:
Alexander Kobjolke 2025-07-10 19:38:17 +02:00
parent 3c0c188010
commit 50cd9e512f
2 changed files with 1 additions and 6 deletions

View file

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