nix/home-manager/common/desktops/xfce/default.nix

10 lines
146 B
Nix
Raw Normal View History

2024-03-22 03:37:18 +01:00
{ pkgs, ... }: {
xdg.configFile."ranger-rc-conf" = {
enable = true;
target = "./xfce4/test.conf";
text = ''
'';
};
}