From 0ee989b8473bcdf3f7e4c2bb68217cbaab25cdd1 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Tue, 23 Jun 2026 02:56:12 +0200 Subject: treewide: rename paths to jaki --- modules/nixos/sils/hyprland.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 modules/nixos/sils/hyprland.nix (limited to 'modules/nixos/sils/hyprland.nix') diff --git a/modules/nixos/sils/hyprland.nix b/modules/nixos/sils/hyprland.nix deleted file mode 100644 index 73ba9c2..0000000 --- a/modules/nixos/sils/hyprland.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ - config, - lib, - ... -}: let - cfg = config.sils.hyprland; -in { - options.sils.hyprland.enable = lib.mkEnableOption "hyprland"; - config = lib.mkIf cfg.enable { - programs.hyprland = { - enable = true; - xwayland.enable = true; - }; - }; -} -- cgit v1.3.1