diff options
| author | seth <[email protected]> | 2024-08-17 06:22:30 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-08-17 07:02:29 -0400 |
| commit | 673305ca3b99c2a51f942f2b50f02b3ed7f1e06f (patch) | |
| tree | f3f6a3980fb8b8fd79bbe27153b81b77775cf6c8 /modules/home/default.nix | |
| parent | 747e8fd00a22a1d1a62f2bf377f9ea8f3c451d2c (diff) | |
seth: delta -> riffdiff
Diffstat (limited to 'modules/home/default.nix')
| -rw-r--r-- | modules/home/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/home/default.nix b/modules/home/default.nix new file mode 100644 index 0000000..408e172 --- /dev/null +++ b/modules/home/default.nix @@ -0,0 +1,5 @@ +{ + flake.homeModules = { + riff = ./riff.nix; + }; +} |
