From 0eb31c0ca8779ca17fa0a3b29f168f72b5807599 Mon Sep 17 00:00:00 2001 From: Sojus07 Date: Thu, 7 Aug 2025 05:35:11 +0200 Subject: [PATCH] kekl --- hosts/iridium/configuration.nix | 2 +- {hosts/default => modules}/default.nix | 0 {hosts/default => modules}/home/alacritty.nix | 0 {hosts/default => modules}/home/git.nix | 0 {hosts/default => modules}/home/home.nix | 0 {hosts/default => modules}/home/raw/wp/eye.png | Bin {hosts/default => modules}/home/raw/wp/galaxy.png | Bin {hosts/default => modules}/home/tmux.nix | 0 {hosts/default => modules}/system/firefox.nix | 0 {hosts/default => modules}/system/pkgs.nix | 0 {hosts/default => modules}/system/services.nix | 0 {hosts/default => modules}/system/users.nix | 0 12 files changed, 1 insertion(+), 1 deletion(-) rename {hosts/default => modules}/default.nix (100%) rename {hosts/default => modules}/home/alacritty.nix (100%) rename {hosts/default => modules}/home/git.nix (100%) rename {hosts/default => modules}/home/home.nix (100%) rename {hosts/default => modules}/home/raw/wp/eye.png (100%) rename {hosts/default => modules}/home/raw/wp/galaxy.png (100%) rename {hosts/default => modules}/home/tmux.nix (100%) rename {hosts/default => modules}/system/firefox.nix (100%) rename {hosts/default => modules}/system/pkgs.nix (100%) rename {hosts/default => modules}/system/services.nix (100%) rename {hosts/default => modules}/system/users.nix (100%) diff --git a/hosts/iridium/configuration.nix b/hosts/iridium/configuration.nix index 34eb93c..e8aada3 100644 --- a/hosts/iridium/configuration.nix +++ b/hosts/iridium/configuration.nix @@ -9,7 +9,7 @@ imports = [ ./hardware-configuration.nix - ../default/default.nix + ../../modules/default.nix ]; boot = { diff --git a/hosts/default/default.nix b/modules/default.nix similarity index 100% rename from hosts/default/default.nix rename to modules/default.nix diff --git a/hosts/default/home/alacritty.nix b/modules/home/alacritty.nix similarity index 100% rename from hosts/default/home/alacritty.nix rename to modules/home/alacritty.nix diff --git a/hosts/default/home/git.nix b/modules/home/git.nix similarity index 100% rename from hosts/default/home/git.nix rename to modules/home/git.nix diff --git a/hosts/default/home/home.nix b/modules/home/home.nix similarity index 100% rename from hosts/default/home/home.nix rename to modules/home/home.nix diff --git a/hosts/default/home/raw/wp/eye.png b/modules/home/raw/wp/eye.png similarity index 100% rename from hosts/default/home/raw/wp/eye.png rename to modules/home/raw/wp/eye.png diff --git a/hosts/default/home/raw/wp/galaxy.png b/modules/home/raw/wp/galaxy.png similarity index 100% rename from hosts/default/home/raw/wp/galaxy.png rename to modules/home/raw/wp/galaxy.png diff --git a/hosts/default/home/tmux.nix b/modules/home/tmux.nix similarity index 100% rename from hosts/default/home/tmux.nix rename to modules/home/tmux.nix diff --git a/hosts/default/system/firefox.nix b/modules/system/firefox.nix similarity index 100% rename from hosts/default/system/firefox.nix rename to modules/system/firefox.nix diff --git a/hosts/default/system/pkgs.nix b/modules/system/pkgs.nix similarity index 100% rename from hosts/default/system/pkgs.nix rename to modules/system/pkgs.nix diff --git a/hosts/default/system/services.nix b/modules/system/services.nix similarity index 100% rename from hosts/default/system/services.nix rename to modules/system/services.nix diff --git a/hosts/default/system/users.nix b/modules/system/users.nix similarity index 100% rename from hosts/default/system/users.nix rename to modules/system/users.nix