modularlize properly

This commit is contained in:
2026-01-27 11:16:55 -06:00
parent 6d66b4aa80
commit 400c712c5f
4 changed files with 7 additions and 2 deletions

5
modules/default.nix Normal file
View File

@@ -0,0 +1,5 @@
{ config, pkgs, inputs, ... }:
{
imports = [ ./stylix ./cava ./hypr ./kitty ./noctalia ./nushell ./nvim ./starship ./yazi ./zen];
}