diff options
| author | Fuwn <[email protected]> | 2024-10-03 02:35:16 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-03 02:35:16 -0700 |
| commit | 97bbd863c5e6102e36ffdd36a9aecd2882485106 (patch) | |
| tree | 676fcd635699fa4e84c6d067ae9ed2b0eb3cae09 /home/ebisu/core/default.nix | |
| parent | hosts: use common wording instead of default (diff) | |
| download | nixos-config-97bbd863c5e6102e36ffdd36a9aecd2882485106.tar.xz nixos-config-97bbd863c5e6102e36ffdd36a9aecd2882485106.zip | |
home: moves some modules to core
Diffstat (limited to 'home/ebisu/core/default.nix')
| -rw-r--r-- | home/ebisu/core/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/home/ebisu/core/default.nix b/home/ebisu/core/default.nix index fbcd911..3cb2b99 100644 --- a/home/ebisu/core/default.nix +++ b/home/ebisu/core/default.nix @@ -1,6 +1,14 @@ { config, inputs, ... }: { imports = [ + ./communication + ./editor + ./education + ./nix + ./rice + ./system + ./utility + ./language.nix inputs.tailray.homeManagerModules.default ]; |