From dfa8cce4897b7222b8de346578695682de0485db Mon Sep 17 00:00:00 2001 From: TypoMustakes Date: Wed, 8 Apr 2026 13:52:22 +0200 Subject: [PATCH] Refactored hyprland configs --- home.nix | 2 +- hyprland/hypr/hyprland.nix | 5 +++++ hyprland.nix => hyprland/programs/fuzzel.nix | 0 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 hyprland/hypr/hyprland.nix rename hyprland.nix => hyprland/programs/fuzzel.nix (100%) diff --git a/home.nix b/home.nix index 04c6a68..59b4695 100644 --- a/home.nix +++ b/home.nix @@ -2,7 +2,7 @@ { imports = [ - ./hyprland.nix + ./hyprland/hypr/hyprland.nix ]; home = { username = "typo"; diff --git a/hyprland/hypr/hyprland.nix b/hyprland/hypr/hyprland.nix new file mode 100644 index 0000000..ee6342c --- /dev/null +++ b/hyprland/hypr/hyprland.nix @@ -0,0 +1,5 @@ +{ + imports = [ + ../programs/fuzzel.nix + ]; +} diff --git a/hyprland.nix b/hyprland/programs/fuzzel.nix similarity index 100% rename from hyprland.nix rename to hyprland/programs/fuzzel.nix