diff options
| author | Fuwn <[email protected]> | 2024-10-04 10:23:53 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-04 10:23:53 -0700 |
| commit | 33cb02e80c2250f12dc5f2ac99a9f63695b66521 (patch) | |
| tree | 90e2585173261dde1d8f73c89433de26a2636baf /home/ebisu/core/default.nix | |
| parent | home: add html2md (diff) | |
| download | nixos-config-33cb02e80c2250f12dc5f2ac99a9f63695b66521.tar.xz nixos-config-33cb02e80c2250f12dc5f2ac99a9f63695b66521.zip | |
home: move some modules to core
Diffstat (limited to 'home/ebisu/core/default.nix')
| -rw-r--r-- | home/ebisu/core/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/ebisu/core/default.nix b/home/ebisu/core/default.nix index 597c4ca..2076eb6 100644 --- a/home/ebisu/core/default.nix +++ b/home/ebisu/core/default.nix @@ -8,8 +8,10 @@ imports = with inputs; [ ./editor ./education + ./filesystem ./nix ./rice + ./scripting ./system ./utility ./language.nix |