mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-04-13 13:32:09 +02:00
8 lines
116 B
Nix
8 lines
116 B
Nix
{ ... }:
|
|
{
|
|
xdg.configFile."elvish" = {
|
|
recursive = true;
|
|
executable = true;
|
|
source = ./elvish;
|
|
};
|
|
}
|