diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 17:02:03 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 17:02:03 +0100 |
| commit | d2df24673f8ed27b2494f57ba64d729324f87af6 (patch) | |
| tree | 7c677d0ac2b11866ce78fa2dd3deb6959a9fa4df /modules | |
| parent | 9cc679dcaf0dcd995d81623620b819a8a48d2be1 (diff) | |
fixed duplicate function header
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/nixos/des/hyprland.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/nixos/des/hyprland.nix b/modules/nixos/des/hyprland.nix index bb18225..12f05ea 100644 --- a/modules/nixos/des/hyprland.nix +++ b/modules/nixos/des/hyprland.nix @@ -1,7 +1,5 @@ { config, lib, pkgs, ... }: -{ config, lib, pkgs, ... }: - { # Disable X11 for Wayland-only setup services.xserver.enable = false; |
