This commit is contained in:
caem 2025-01-19 03:05:43 +01:00
parent fc03bb0b93
commit 358573b80d
Signed by: caem
GPG key ID: 69A830D03203405F
6 changed files with 34 additions and 15 deletions

View file

@ -11,6 +11,7 @@
stateVersion = "24.11";
};
home.file."${config.xdg.configHome}/user-dirs.dirs".force = lib.mkForce true;
xdg = {
enable = true;
userDirs = {

View file

@ -0,0 +1,7 @@
{ ... }:
{
home.persistence."/nix/persist/home/caem".directories = [
];
}