use xdg dirs for icons in the file manager
This commit is contained in:
8
home-manager/modules/xdg.nix
Normal file
8
home-manager/modules/xdg.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
xdg.userDirs = {
|
||||
enable = true;
|
||||
createDirectories = false;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user