nix-configs/modules/shell/elvish.nix
Schrottkatze 70e5b25e38
blargh
2026-03-28 17:23:29 +01:00

8 lines
116 B
Nix

{ ... }:
{
xdg.configFile."elvish" = {
recursive = true;
executable = true;
source = ./elvish;
};
}