ADDED modules for hyprland

This commit is contained in:
kenji
2025-12-23 21:50:16 +00:00
parent 88eaa7a242
commit 2d3ec51eb1
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
imports = [
../modules/home/terminal.nix
../modules/home/apps.nix
../modules/home/hyprland.nix
];
home.stateVersion = "25.05";
+5
View File
@@ -0,0 +1,5 @@
{
imports = [
../../apps/hyprland/home.nix
];
}