use xdg dirs for icons in the file manager
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
./modules/overlays.nix
|
||||
./modules/packages.nix
|
||||
./modules/theming.nix
|
||||
./modules/xdg.nix
|
||||
./modules/programs/git.nix
|
||||
./modules/programs/gpg-agent.nix
|
||||
./modules/programs/obs-studio.nix
|
||||
|
||||
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