diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-03-17 16:21:33 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-03-17 16:21:33 -0400 |
| commit | ce19b701046c064a1eb39098d8537b2c4964a86e (patch) | |
| tree | 8c42a1392d36132803a2ee4ecb4d2c9150f72296 /modules/default.nix | |
| parent | 8848e53815fe12ffa3998c0a4bbcf2178d6b00e8 (diff) | |
start rewrite
Diffstat (limited to 'modules/default.nix')
| -rw-r--r-- | modules/default.nix | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/modules/default.nix b/modules/default.nix index e62353b..83c02be 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1,6 +1,12 @@ { + config, + lib, + options, + ... +}: +{ imports = [ - ./swayfx.nix - ./tuigreet.nix + ./desktop.nix + ./doas.nix ]; } |
