diff options
| author | Fuwn <[email protected]> | 2024-06-25 18:36:11 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-25 18:36:11 -0700 |
| commit | 6b8636e2d979532d98b10a4a8393165ba2d5864c (patch) | |
| tree | 1f18f8256a77922880b67db682495d9cb24fe2cf /meta/default.nix | |
| parent | . (diff) | |
| download | nixos-config-6b8636e2d979532d98b10a4a8393165ba2d5864c.tar.xz nixos-config-6b8636e2d979532d98b10a4a8393165ba2d5864c.zip | |
hi
Diffstat (limited to 'meta/default.nix')
| -rw-r--r-- | meta/default.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/default.nix b/meta/default.nix new file mode 100644 index 0000000..0086e7e --- /dev/null +++ b/meta/default.nix @@ -0,0 +1,13 @@ +_: { + imports = [ + ./bitwarden + ./calculator + ./desktop + ./imagery + ./language + ./rice + ./spotify + ./steam + ./tools + ]; +} |