From f7b7bef2458c89fcc802424ceaabafdd19aef6c1 Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 19 Feb 2024 18:56:39 +0100 Subject: [PATCH] home: move Hyprland module into subdirectory --- home/sessions/default.nix | 2 +- home/sessions/{hyprland.nix => hyprland/default.nix} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename home/sessions/{hyprland.nix => hyprland/default.nix} (100%) diff --git a/home/sessions/default.nix b/home/sessions/default.nix index 65c089d..6e75512 100644 --- a/home/sessions/default.nix +++ b/home/sessions/default.nix @@ -1,6 +1,6 @@ {...}: { imports = [ - ./hyprland.nix + ./hyprland ]; } diff --git a/home/sessions/hyprland.nix b/home/sessions/hyprland/default.nix similarity index 100% rename from home/sessions/hyprland.nix rename to home/sessions/hyprland/default.nix