From f82e84fc8395e89d060266e8c09246d67cd3f8ae Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Wed, 9 Oct 2024 18:38:20 +0530 Subject: [PATCH] move to desktop folder --- hosts/canopus/home.nix | 8 ++++---- modules/home-manager/{ => desktop}/awesome/default.nix | 0 modules/home-manager/{ => desktop}/hyprland/default.nix | 0 modules/home-manager/{ => desktop}/rofi/default.nix | 0 modules/home-manager/{ => desktop}/waybar/default.nix | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename modules/home-manager/{ => desktop}/awesome/default.nix (100%) rename modules/home-manager/{ => desktop}/hyprland/default.nix (100%) rename modules/home-manager/{ => desktop}/rofi/default.nix (100%) rename modules/home-manager/{ => desktop}/waybar/default.nix (100%) diff --git a/hosts/canopus/home.nix b/hosts/canopus/home.nix index 2b03d68..80bd5a4 100644 --- a/hosts/canopus/home.nix +++ b/hosts/canopus/home.nix @@ -5,13 +5,13 @@ }: { imports = [ ../common/home.nix - ../../modules/home-manager/awesome - ../../modules/home-manager/hyprland - ../../modules/home-manager/waybar + ../../modules/home-manager/desktop/awesome + ../../modules/home-manager/desktop/hyprland + ../../modules/home-manager/desktop/waybar ../../modules/home-manager/picom ../../modules/home-manager/alacritty ../../modules/home-manager/wezterm - ../../modules/home-manager/rofi + ../../modules/home-manager/desktop/rofi ../../modules/home-manager/barrier ../../modules/home-manager/firefox ../../modules/home-manager/kdeconnect diff --git a/modules/home-manager/awesome/default.nix b/modules/home-manager/desktop/awesome/default.nix similarity index 100% rename from modules/home-manager/awesome/default.nix rename to modules/home-manager/desktop/awesome/default.nix diff --git a/modules/home-manager/hyprland/default.nix b/modules/home-manager/desktop/hyprland/default.nix similarity index 100% rename from modules/home-manager/hyprland/default.nix rename to modules/home-manager/desktop/hyprland/default.nix diff --git a/modules/home-manager/rofi/default.nix b/modules/home-manager/desktop/rofi/default.nix similarity index 100% rename from modules/home-manager/rofi/default.nix rename to modules/home-manager/desktop/rofi/default.nix diff --git a/modules/home-manager/waybar/default.nix b/modules/home-manager/desktop/waybar/default.nix similarity index 100% rename from modules/home-manager/waybar/default.nix rename to modules/home-manager/desktop/waybar/default.nix