diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-14 17:24:25 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-14 17:24:25 -0700 |
| commit | 0dc687871a859f78652ad959f7f9a9df7ee1a2e9 (patch) | |
| tree | ea892cb26b4c32ad0387a3b047402eef4eef6b40 /system/default.nix | |
| parent | ab0151a45da61c16f18b8a6c158fc8e10a865a1c (diff) | |
Restructuring
Diffstat (limited to 'system/default.nix')
| -rw-r--r-- | system/default.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/default.nix b/system/default.nix new file mode 100644 index 0000000..8a8b05b --- /dev/null +++ b/system/default.nix @@ -0,0 +1,10 @@ +{ ... }: + +{ + imports = [ + ./fonts.nix + ./networking.nix + ./pipewire.nix + ./xserver.nix + ]; +} |