diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-30 04:27:34 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-30 04:27:34 -0600 |
| commit | a62963be450c4dacb63491e421b8b8b54f2f839d (patch) | |
| tree | ca2090cd843d643b6b84b1018532012b24b46bb1 /modules | |
| parent | 64b7e52f2d16820c686caa768dbe58f13379585d (diff) | |
hyprland doesn't have a home-manager config
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/hyprland.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
