diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 16:55:47 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 16:55:47 +0100 |
| commit | b4ee2f0b00ff3d7c0182b572759598fe8ed36205 (patch) | |
| tree | 51c529fceeaff2ea444d373fe804ccc5b7912552 /modules/nixos/des | |
| parent | 4f2cbc30a8a76508a0e704998a12c41dd5fb38e5 (diff) | |
switched hyprland from services to programs
Diffstat (limited to 'modules/nixos/des')
| -rw-r--r-- | modules/nixos/des/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/des/hyprland.nix b/modules/nixos/des/hyprland.nix index 1bb131a..a8e908e 100644 --- a/modules/nixos/des/hyprland.nix +++ b/modules/nixos/des/hyprland.nix @@ -4,7 +4,7 @@ # Only NixOS-level Hyprland configuration here # Home-manager config goes in modules/home/hyprland/chernobyl/ - services.hyprland = { + programs.hyprland = { enable = true; }; |
