mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
Fixed some home dirs
This commit is contained in:
parent
b75226279d
commit
fce49ba54e
1 changed files with 2 additions and 0 deletions
|
@ -31,9 +31,11 @@ in {
|
|||
XDG_BOOK_DIR = "${config.home.homeDirectory}/Media/Books";
|
||||
XDG_VM_DIR = "${config.home.homeDirectory}/Machines";
|
||||
XDG_NOTES_DIR = "${config.home.homeDirectory}/Notes";
|
||||
XDG_KP_DIR = "${config.home.homeDirectory}/KP";
|
||||
};
|
||||
};
|
||||
xdg.mime.enable = true;
|
||||
xdg.mimeApps.enable = true;
|
||||
home.file.External.source = config.lib.file.mkOutOfStoreSymlink "/run/media/" + config.home.username;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue