home: create a few more common dirs via tmpfiles
This commit is contained in:
@@ -195,11 +195,23 @@ in {
|
||||
};
|
||||
|
||||
systemd.user.tmpfiles.rules = [
|
||||
"d ${config.home.homeDirectory}/work - ${config.home.username} - - -"
|
||||
"d ${config.home.homeDirectory}/git - ${config.home.username} - - -"
|
||||
"d ${config.home.homeDirectory}/SD - ${config.home.username} - - -"
|
||||
"d ${config.home.homeDirectory}/ctf - ${config.home.username} - - -"
|
||||
"d ${config.home.homeDirectory}/git - ${config.home.username} - - -"
|
||||
"d ${config.home.homeDirectory}/pvv - ${config.home.username} - - -"
|
||||
"d ${config.home.homeDirectory}/work - ${config.home.username} - - -"
|
||||
|
||||
"d ${config.home.homeDirectory}/pictures/icons - ${config.home.username} - - -"
|
||||
"d ${config.home.homeDirectory}/pictures/photos - ${config.home.username} - - -"
|
||||
"d ${config.home.homeDirectory}/pictures/screenshots - ${config.home.username} - - -"
|
||||
"d ${config.home.homeDirectory}/pictures/stickers - ${config.home.username} - - -"
|
||||
"d ${config.home.homeDirectory}/pictures/wallpapers - ${config.home.username} - - -"
|
||||
|
||||
"d ${config.home.homeDirectory}/documents/books - ${config.home.username} - - -"
|
||||
"d ${config.home.homeDirectory}/documents/scans - ${config.home.username} - - -"
|
||||
|
||||
"L ${config.home.homeDirectory}/Downloads - ${config.home.username} - - ${config.home.homeDirectory}/downloads"
|
||||
"L ${config.xdg.dataHome}/wallpapers - ${config.home.username} - - ${config.home.homeDirectory}/pictures/wallpapers"
|
||||
"L ${config.home.sessionVariables.TEXMFHOME} - ${config.home.username} - - ${config.home.homeDirectory}/git/texmf"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user