mv hm imports to default.nix

This commit is contained in:
smayzy
2025-07-13 20:04:10 +02:00
parent 25971a4629
commit d71fe5304c
3 changed files with 16 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
{ lib, config, pkgs, ... }:
{
imports = [
./hyprland.nix
./kitty.nix
./lf
./webapps.nix
];
}