summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-17 21:57:53 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-17 21:57:53 -0400
commite0f2eb724245e02cb247b644f0947261d8665318 (patch)
tree13f929df40059d37165cbe46be95a6404a1bbecb /hosts
parentrefactor styles to new color scheme basis (diff)
downloaddotfiles-nix-e0f2eb724245e02cb247b644f0947261d8665318.tar.gz
dotfiles-nix-e0f2eb724245e02cb247b644f0947261d8665318.tar.bz2
dotfiles-nix-e0f2eb724245e02cb247b644f0947261d8665318.zip
remove nix dir and move out all sub modules
Diffstat (limited to 'hosts')
-rw-r--r--hosts/kaworu.nix5
-rw-r--r--hosts/shinji.nix5
2 files changed, 8 insertions, 2 deletions
diff --git a/hosts/kaworu.nix b/hosts/kaworu.nix
index 0f666fb..cf98de7 100644
--- a/hosts/kaworu.nix
+++ b/hosts/kaworu.nix
@@ -12,7 +12,10 @@ inputs.nixpkgs.lib.nixosSystem rec {
specialArgs = { inherit inputs; };
modules = [
options
- ../nix
+ ../config
+ ../home
+ ../programs
+ ../system
{
# options
hostName = "kaworu";
diff --git a/hosts/shinji.nix b/hosts/shinji.nix
index 63d8ee0..563e6ad 100644
--- a/hosts/shinji.nix
+++ b/hosts/shinji.nix
@@ -12,7 +12,10 @@ inputs.nixpkgs.lib.nixosSystem rec {
specialArgs = { inherit inputs; };
modules = [
options
- ../nix
+ ../config
+ ../home
+ ../programs
+ ../system
{
# options
hostName = "shinji";