mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-04-14 05:43:59 +02:00
blargh
This commit is contained in:
parent
63d865be00
commit
70e5b25e38
19 changed files with 286 additions and 236 deletions
8
modules/shell/elvish.nix
Normal file
8
modules/shell/elvish.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
xdg.configFile."elvish" = {
|
||||
recursive = true;
|
||||
executable = true;
|
||||
source = ./elvish;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue