diff options
| author | Fuwn <[email protected]> | 2025-01-06 12:17:00 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-01-06 12:17:00 -0800 |
| commit | e8da97634034898a8e4e21c7a867e43cb111ef65 (patch) | |
| tree | fa3dcf2a290fc3c3f7de4b1f14d7727daf99e5fb /home/ebisu/nara/programs/default.nix | |
| parent | nara: modules for home (diff) | |
| download | nixos-config-e8da97634034898a8e4e21c7a867e43cb111ef65.tar.xz nixos-config-e8da97634034898a8e4e21c7a867e43cb111ef65.zip | |
nara: organise home programs
Diffstat (limited to 'home/ebisu/nara/programs/default.nix')
| -rw-r--r-- | home/ebisu/nara/programs/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home/ebisu/nara/programs/default.nix b/home/ebisu/nara/programs/default.nix new file mode 100644 index 0000000..061a522 --- /dev/null +++ b/home/ebisu/nara/programs/default.nix @@ -0,0 +1,6 @@ +{ + imports = [ + ./analysis.nix + ./development.nix + ]; +} |