HM : Rename old files insteas of error.

This commit is contained in:
Dmitry Voronin 2024-03-25 04:14:28 +03:00
parent 3859048c4d
commit 31cc58accd

View file

@ -1,4 +1,6 @@
{ const, username, homeDir, ... }: {
home-manager.backupFileExtension = "old";
home-manager.users.${username} = {
programs.home-manager.enable = true;
home.username = username;
@ -29,7 +31,6 @@
templates = "${homeDir}/media/template/";
videos = "${homeDir}/media/video/";
extraConfig = {
XDG_APP_DIR = "${homeDir}/app/";
XDG_TMP_DIR = "${homeDir}/tmp/";
};
};