From 7a40b081b1ca44c9c2b376a926bafd98d40d9dbe Mon Sep 17 00:00:00 2001 From: joygnu Date: Sat, 31 Aug 2024 17:10:30 +0200 Subject: [PATCH] style --- modules/hyprland/default.nix | 2 +- modules/hyprland/{styling => style}/default.nix | 0 modules/hyprland/{styling => style}/gtk/default.nix | 0 .../{styling => style}/gtk/gruvbox-plus.nix | 0 modules/hyprland/{styling => style}/qt/default.nix | 0 .../hyprland/{styling => style}/stylix/default.nix | 0 .../{styling => style}/stylix/wallpaper.png | Bin 7 files changed, 1 insertion(+), 1 deletion(-) rename modules/hyprland/{styling => style}/default.nix (100%) rename modules/hyprland/{styling => style}/gtk/default.nix (100%) rename modules/hyprland/{styling => style}/gtk/gruvbox-plus.nix (100%) rename modules/hyprland/{styling => style}/qt/default.nix (100%) rename modules/hyprland/{styling => style}/stylix/default.nix (100%) rename modules/hyprland/{styling => style}/stylix/wallpaper.png (100%) diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index 5ada9ec..3fee3b6 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -3,6 +3,6 @@ ./ags ./hypridle ./hyprland - ./styling + ./style ]; } diff --git a/modules/hyprland/styling/default.nix b/modules/hyprland/style/default.nix similarity index 100% rename from modules/hyprland/styling/default.nix rename to modules/hyprland/style/default.nix diff --git a/modules/hyprland/styling/gtk/default.nix b/modules/hyprland/style/gtk/default.nix similarity index 100% rename from modules/hyprland/styling/gtk/default.nix rename to modules/hyprland/style/gtk/default.nix diff --git a/modules/hyprland/styling/gtk/gruvbox-plus.nix b/modules/hyprland/style/gtk/gruvbox-plus.nix similarity index 100% rename from modules/hyprland/styling/gtk/gruvbox-plus.nix rename to modules/hyprland/style/gtk/gruvbox-plus.nix diff --git a/modules/hyprland/styling/qt/default.nix b/modules/hyprland/style/qt/default.nix similarity index 100% rename from modules/hyprland/styling/qt/default.nix rename to modules/hyprland/style/qt/default.nix diff --git a/modules/hyprland/styling/stylix/default.nix b/modules/hyprland/style/stylix/default.nix similarity index 100% rename from modules/hyprland/styling/stylix/default.nix rename to modules/hyprland/style/stylix/default.nix diff --git a/modules/hyprland/styling/stylix/wallpaper.png b/modules/hyprland/style/stylix/wallpaper.png similarity index 100% rename from modules/hyprland/styling/stylix/wallpaper.png rename to modules/hyprland/style/stylix/wallpaper.png