aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-02 17:02:03 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-02 17:02:03 +0100
commitd2df24673f8ed27b2494f57ba64d729324f87af6 (patch)
tree7c677d0ac2b11866ce78fa2dd3deb6959a9fa4df
parent9cc679dcaf0dcd995d81623620b819a8a48d2be1 (diff)
fixed duplicate function header
-rw-r--r--modules/nixos/des/hyprland.nix2
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;