From 97e4587c34fc860dcad69d6f7b1c60dbc798e566 Mon Sep 17 00:00:00 2001 From: adikro Date: Thu, 13 Nov 2025 21:44:24 +0100 Subject: modularized WM configuration, added niri and dwl as window managers and installed some utilities --- modules/hyprland.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/hyprland.nix (limited to 'modules/hyprland.nix') diff --git a/modules/hyprland.nix b/modules/hyprland.nix new file mode 100644 index 0000000..f3e35fa --- /dev/null +++ b/modules/hyprland.nix @@ -0,0 +1,7 @@ +{ pkgs, inputs, ... }: +{ + programs.hyprland = { + enable = true; + package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; + }; +} -- cgit v1.3