nix/home-manager/common/desktops/xfce/default.nix
2024-03-22 11:37:18 +09:00

9 lines
146 B
Nix

{ pkgs, ... }: {
xdg.configFile."ranger-rc-conf" = {
enable = true;
target = "./xfce4/test.conf";
text = ''
'';
};
}