hm hyprland to dir

This commit is contained in:
smayzy
2025-07-13 20:30:45 +02:00
parent bd68c1e103
commit e83ff7f66a
3 changed files with 15 additions and 9 deletions
+6
View File
@@ -0,0 +1,6 @@
{ lib, config, pkgs, ... }:
{
imports = [
./hyprland.nix
];
}