From 986c690cca22cad550431086bce87ec0bedcbb5e Mon Sep 17 00:00:00 2001 From: joygnu Date: Sun, 1 Sep 2024 18:51:42 +0200 Subject: [PATCH] hypr --- modules/default.nix | 2 +- modules/{hyprland => hypr}/ags/bar/config.js | 0 modules/{hyprland => hypr}/ags/bar/style.css | 0 modules/{hyprland => hypr}/ags/default.nix | 0 modules/{hyprland => hypr}/ags/tsconfig.json | 0 modules/{hyprland => hypr}/default.nix | 0 modules/{hyprland => hypr}/hypridle/default.nix | 0 modules/{hyprland => hypr}/hyprland/default.nix | 0 modules/{hyprland => hypr}/hyprland/scripts/ags.sh | 0 modules/{hyprland => hypr}/hyprland/scripts/cmus.sh | 0 .../{hyprland => hypr}/hyprland/scripts/gamemode.sh | 0 .../{hyprland => hypr}/hyprland/scripts/hypridle.sh | 0 modules/{hyprland => hypr}/hyprland/scripts/mpv.sh | 0 .../{hyprland => hypr}/hyprland/scripts/screen.sh | 0 modules/{hyprland => hypr}/hyprland/scripts/vm.sh | 0 .../{hyprland => hypr}/hyprland/scripts/volume.sh | 0 modules/{hyprland => hypr}/style/default.nix | 0 modules/{hyprland => hypr}/style/font/default.nix | 0 modules/{hyprland => hypr}/style/gtk/default.nix | 0 .../{hyprland => hypr}/style/gtk/gruvbox-plus.nix | 0 modules/{hyprland => hypr}/style/qt/default.nix | 0 modules/{hyprland => hypr}/style/stylix/default.nix | 0 .../{hyprland => hypr}/style/stylix/wallpaper.png | Bin 23 files changed, 1 insertion(+), 1 deletion(-) rename modules/{hyprland => hypr}/ags/bar/config.js (100%) rename modules/{hyprland => hypr}/ags/bar/style.css (100%) rename modules/{hyprland => hypr}/ags/default.nix (100%) rename modules/{hyprland => hypr}/ags/tsconfig.json (100%) rename modules/{hyprland => hypr}/default.nix (100%) rename modules/{hyprland => hypr}/hypridle/default.nix (100%) rename modules/{hyprland => hypr}/hyprland/default.nix (100%) rename modules/{hyprland => hypr}/hyprland/scripts/ags.sh (100%) rename modules/{hyprland => hypr}/hyprland/scripts/cmus.sh (100%) rename modules/{hyprland => hypr}/hyprland/scripts/gamemode.sh (100%) rename modules/{hyprland => hypr}/hyprland/scripts/hypridle.sh (100%) rename modules/{hyprland => hypr}/hyprland/scripts/mpv.sh (100%) rename modules/{hyprland => hypr}/hyprland/scripts/screen.sh (100%) rename modules/{hyprland => hypr}/hyprland/scripts/vm.sh (100%) rename modules/{hyprland => hypr}/hyprland/scripts/volume.sh (100%) rename modules/{hyprland => hypr}/style/default.nix (100%) rename modules/{hyprland => hypr}/style/font/default.nix (100%) rename modules/{hyprland => hypr}/style/gtk/default.nix (100%) rename modules/{hyprland => hypr}/style/gtk/gruvbox-plus.nix (100%) rename modules/{hyprland => hypr}/style/qt/default.nix (100%) rename modules/{hyprland => hypr}/style/stylix/default.nix (100%) rename modules/{hyprland => hypr}/style/stylix/wallpaper.png (100%) diff --git a/modules/default.nix b/modules/default.nix index 4935ff5..2af19df 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1,7 +1,7 @@ { imports = [ ./apps - ./hyprland + ./hypr ./hardware ./services ./system diff --git a/modules/hyprland/ags/bar/config.js b/modules/hypr/ags/bar/config.js similarity index 100% rename from modules/hyprland/ags/bar/config.js rename to modules/hypr/ags/bar/config.js diff --git a/modules/hyprland/ags/bar/style.css b/modules/hypr/ags/bar/style.css similarity index 100% rename from modules/hyprland/ags/bar/style.css rename to modules/hypr/ags/bar/style.css diff --git a/modules/hyprland/ags/default.nix b/modules/hypr/ags/default.nix similarity index 100% rename from modules/hyprland/ags/default.nix rename to modules/hypr/ags/default.nix diff --git a/modules/hyprland/ags/tsconfig.json b/modules/hypr/ags/tsconfig.json similarity index 100% rename from modules/hyprland/ags/tsconfig.json rename to modules/hypr/ags/tsconfig.json diff --git a/modules/hyprland/default.nix b/modules/hypr/default.nix similarity index 100% rename from modules/hyprland/default.nix rename to modules/hypr/default.nix diff --git a/modules/hyprland/hypridle/default.nix b/modules/hypr/hypridle/default.nix similarity index 100% rename from modules/hyprland/hypridle/default.nix rename to modules/hypr/hypridle/default.nix diff --git a/modules/hyprland/hyprland/default.nix b/modules/hypr/hyprland/default.nix similarity index 100% rename from modules/hyprland/hyprland/default.nix rename to modules/hypr/hyprland/default.nix diff --git a/modules/hyprland/hyprland/scripts/ags.sh b/modules/hypr/hyprland/scripts/ags.sh similarity index 100% rename from modules/hyprland/hyprland/scripts/ags.sh rename to modules/hypr/hyprland/scripts/ags.sh diff --git a/modules/hyprland/hyprland/scripts/cmus.sh b/modules/hypr/hyprland/scripts/cmus.sh similarity index 100% rename from modules/hyprland/hyprland/scripts/cmus.sh rename to modules/hypr/hyprland/scripts/cmus.sh diff --git a/modules/hyprland/hyprland/scripts/gamemode.sh b/modules/hypr/hyprland/scripts/gamemode.sh similarity index 100% rename from modules/hyprland/hyprland/scripts/gamemode.sh rename to modules/hypr/hyprland/scripts/gamemode.sh diff --git a/modules/hyprland/hyprland/scripts/hypridle.sh b/modules/hypr/hyprland/scripts/hypridle.sh similarity index 100% rename from modules/hyprland/hyprland/scripts/hypridle.sh rename to modules/hypr/hyprland/scripts/hypridle.sh diff --git a/modules/hyprland/hyprland/scripts/mpv.sh b/modules/hypr/hyprland/scripts/mpv.sh similarity index 100% rename from modules/hyprland/hyprland/scripts/mpv.sh rename to modules/hypr/hyprland/scripts/mpv.sh diff --git a/modules/hyprland/hyprland/scripts/screen.sh b/modules/hypr/hyprland/scripts/screen.sh similarity index 100% rename from modules/hyprland/hyprland/scripts/screen.sh rename to modules/hypr/hyprland/scripts/screen.sh diff --git a/modules/hyprland/hyprland/scripts/vm.sh b/modules/hypr/hyprland/scripts/vm.sh similarity index 100% rename from modules/hyprland/hyprland/scripts/vm.sh rename to modules/hypr/hyprland/scripts/vm.sh diff --git a/modules/hyprland/hyprland/scripts/volume.sh b/modules/hypr/hyprland/scripts/volume.sh similarity index 100% rename from modules/hyprland/hyprland/scripts/volume.sh rename to modules/hypr/hyprland/scripts/volume.sh diff --git a/modules/hyprland/style/default.nix b/modules/hypr/style/default.nix similarity index 100% rename from modules/hyprland/style/default.nix rename to modules/hypr/style/default.nix diff --git a/modules/hyprland/style/font/default.nix b/modules/hypr/style/font/default.nix similarity index 100% rename from modules/hyprland/style/font/default.nix rename to modules/hypr/style/font/default.nix diff --git a/modules/hyprland/style/gtk/default.nix b/modules/hypr/style/gtk/default.nix similarity index 100% rename from modules/hyprland/style/gtk/default.nix rename to modules/hypr/style/gtk/default.nix diff --git a/modules/hyprland/style/gtk/gruvbox-plus.nix b/modules/hypr/style/gtk/gruvbox-plus.nix similarity index 100% rename from modules/hyprland/style/gtk/gruvbox-plus.nix rename to modules/hypr/style/gtk/gruvbox-plus.nix diff --git a/modules/hyprland/style/qt/default.nix b/modules/hypr/style/qt/default.nix similarity index 100% rename from modules/hyprland/style/qt/default.nix rename to modules/hypr/style/qt/default.nix diff --git a/modules/hyprland/style/stylix/default.nix b/modules/hypr/style/stylix/default.nix similarity index 100% rename from modules/hyprland/style/stylix/default.nix rename to modules/hypr/style/stylix/default.nix diff --git a/modules/hyprland/style/stylix/wallpaper.png b/modules/hypr/style/stylix/wallpaper.png similarity index 100% rename from modules/hyprland/style/stylix/wallpaper.png rename to modules/hypr/style/stylix/wallpaper.png