reNixos/s0mePC-nix/xdg/icons.nix
2025-04-27 12:47:02 +03:00

7 lines
86 B
Nix

{...}: {
xdg = {
icons = {
enable = true;
};
};
}