Skip to content

Commit c00442d

Browse files
Move modules under ./modules
1 parent 5836919 commit c00442d

37 files changed

Lines changed: 15 additions & 15 deletions

File tree

File renamed without changes.

modules/default.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
imports = [
3+
./ai
4+
./browsers
5+
./desktops
6+
./editors
7+
./gnupg
8+
./shells
9+
./terminals
10+
./toolchain
11+
];
12+
}

0 commit comments

Comments
 (0)