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 + ]; +}