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