From c847e364eacd9b0ae888b7fcdc235a321d1de52a Mon Sep 17 00:00:00 2001 From: "Elijah M. Immer" Date: Mon, 13 Nov 2023 08:47:06 +0000 Subject: [PATCH] nixos/hyprland: move to programs/wayland Just moved to hyprland module to programs/wayland. This has no effect on the module side (still accessed the same way in the module `programs.hyprland`) just moved to be inline with other wayland compositors. Also edit the module list to reflect where the file is located. --- nixos/modules/module-list.nix | 2 +- nixos/modules/programs/{ => wayland}/hyprland.nix | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename nixos/modules/programs/{ => wayland}/hyprland.nix (100%) diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index 815061639c69..fa9ca2225530 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -195,7 +195,6 @@ ./programs/haguichi.nix ./programs/hamster.nix ./programs/htop.nix - ./programs/hyprland.nix ./programs/iay.nix ./programs/iftop.nix ./programs/i3lock.nix @@ -273,6 +272,7 @@ ./programs/wavemon.nix ./programs/wayland/cardboard.nix ./programs/wayland/labwc.nix + ./programs/wayland/hyprland.nix ./programs/wayland/river.nix ./programs/wayland/sway.nix ./programs/wayland/waybar.nix diff --git a/nixos/modules/programs/hyprland.nix b/nixos/modules/programs/wayland/hyprland.nix similarity index 100% rename from nixos/modules/programs/hyprland.nix rename to nixos/modules/programs/wayland/hyprland.nix