diff options
| author | adikro <adikro@disroot.org> | 2025-11-13 21:44:24 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-13 21:44:24 +0100 |
| commit | 97e4587c34fc860dcad69d6f7b1c60dbc798e566 (patch) | |
| tree | dd1aa5bc6ba55b87cf3d84e9e3396cce42a2a210 /modules/hyprland.nix | |
| parent | b48b636aaa22b29000ca686dfc0568cfeb7c2af9 (diff) | |
modularized WM configuration, added niri and dwl as window managers and installed some utilities
Diffstat (limited to 'modules/hyprland.nix')
| -rw-r--r-- | modules/hyprland.nix | 7 |
1 files changed, 7 insertions, 0 deletions
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; + }; +} |
