From 2d3ec51eb177938ca5ed0c8f420212990eb17e41 Mon Sep 17 00:00:00 2001 From: kenji Date: Tue, 23 Dec 2025 21:50:16 +0000 Subject: [PATCH] ADDED modules for hyprland --- home/hakase.nix | 1 + modules/home/hyprland.nix | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 modules/home/hyprland.nix diff --git a/home/hakase.nix b/home/hakase.nix index 2207c9e..424d11d 100644 --- a/home/hakase.nix +++ b/home/hakase.nix @@ -2,6 +2,7 @@ imports = [ ../modules/home/terminal.nix ../modules/home/apps.nix + ../modules/home/hyprland.nix ]; home.stateVersion = "25.05"; diff --git a/modules/home/hyprland.nix b/modules/home/hyprland.nix new file mode 100644 index 0000000..4da0421 --- /dev/null +++ b/modules/home/hyprland.nix @@ -0,0 +1,5 @@ +{ + imports = [ + ../../apps/hyprland/home.nix + ]; +}