From b57d7f81ef31b0e70927c829a7c94c9c06dc1cb6 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Wed, 15 Oct 2025 20:01:17 +0100 Subject: [PATCH] cleanup(host@doloro): changing paths of modules --- nix/hosts/doloro/configuration.nix | 10 +++++----- nix/{ => hosts/doloro}/disks.nix | 0 nix/hosts/doloro/home.nix | 24 ++++++++++++------------ 3 files changed, 17 insertions(+), 17 deletions(-) rename nix/{ => hosts/doloro}/disks.nix (100%) diff --git a/nix/hosts/doloro/configuration.nix b/nix/hosts/doloro/configuration.nix index 1b57fc8..38f4e0c 100644 --- a/nix/hosts/doloro/configuration.nix +++ b/nix/hosts/doloro/configuration.nix @@ -13,11 +13,11 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - ./modules/greetd/nixos.nix - ./modules/stylix/nixos.nix - ./modules/steam/nixos.nix - ./modules/hyprland/nixos.nix - ./disks.nix + ../../modules/greetd/nixos.nix + ../../modules/stylix/nixos.nix + ../../modules/steam/nixos.nix + ../../modules/hyprland/nixos.nix + ../../disks.nix ./overlays.nix ]; diff --git a/nix/disks.nix b/nix/hosts/doloro/disks.nix similarity index 100% rename from nix/disks.nix rename to nix/hosts/doloro/disks.nix diff --git a/nix/hosts/doloro/home.nix b/nix/hosts/doloro/home.nix index 2b75c84..80281ac 100644 --- a/nix/hosts/doloro/home.nix +++ b/nix/hosts/doloro/home.nix @@ -8,20 +8,20 @@ { imports = [ - ./modules/hyprland/home.nix - ./modules/quickshell/home.nix - ./modules/chromium/home.nix + ../../modules/hyprland/home.nix + ../../modules/quickshell/home.nix + ../../modules/chromium/home.nix #./modules/neovim/home.nix - ./modules/stylix/home.nix - ./modules/nixvim/home.nix - ./modules/tmux/home.nix - ./modules/theme/home.nix + ../../modules/stylix/home.nix + ../../modules/nixvim/home.nix + ../../modules/tmux/home.nix + ../../modules/theme/home.nix # ./modules/spicetify/home.nix - ./modules/obs/home.nix - ./modules/blender/home.nix - ./modules/fish/home.nix - ./modules/ytm/home.nix - ./overlays.nix + ../../modules/obs/home.nix + ../../modules/blender/home.nix + ../../modules/fish/home.nix + ../../modules/ytm/home.nix + ../../overlays.nix ]; # Home Manager needs a bit of information about you and the paths it should # manage.