From a62963be450c4dacb63491e421b8b8b54f2f839d Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sat, 30 Sep 2023 04:27:34 -0600 Subject: hyprland doesn't have a home-manager config --- modules/hyprland.nix | 3 +++ 1 file changed, 3 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..c754eae --- /dev/null +++ b/modules/hyprland.nix @@ -0,0 +1,3 @@ +{ config, lib, ...}: { + programs.hyprland.enable = true; +} \ No newline at end of file -- cgit v1.2.3