From cf260a566ede0831b78daa86b664928d935c8306 Mon Sep 17 00:00:00 2001 From: Asaki Yuki Date: Mon, 13 Apr 2026 19:06:24 +0700 Subject: [PATCH] idk --- host/desktop/default.nix | 2 +- options/{ => system}/default.nix | 2 +- options/{ => system}/environment.nix | 0 options/{ => system}/file.nix | 0 options/{ => system}/hardware.nix | 0 options/{ => system}/programs.nix | 0 6 files changed, 2 insertions(+), 2 deletions(-) rename options/{ => system}/default.nix (97%) rename options/{ => system}/environment.nix (100%) rename options/{ => system}/file.nix (100%) rename options/{ => system}/hardware.nix (100%) rename options/{ => system}/programs.nix (100%) diff --git a/host/desktop/default.nix b/host/desktop/default.nix index 2774a6c..d304995 100644 --- a/host/desktop/default.nix +++ b/host/desktop/default.nix @@ -33,7 +33,7 @@ (libs.root "/modules/services/default.nix") (libs.root "/modules/home-manager.nix") - (libs.root "/options/desktop/default.nix") + (libs.root "/options/system/default.nix") (libs.root "/overlays/nixpkgs.nix") ]; diff --git a/options/default.nix b/options/system/default.nix similarity index 97% rename from options/default.nix rename to options/system/default.nix index b57105b..5a54b7a 100644 --- a/options/default.nix +++ b/options/system/default.nix @@ -1,4 +1,4 @@ -{ ... }: +{ lib, ... }: { imports = [ ./programs.nix diff --git a/options/environment.nix b/options/system/environment.nix similarity index 100% rename from options/environment.nix rename to options/system/environment.nix diff --git a/options/file.nix b/options/system/file.nix similarity index 100% rename from options/file.nix rename to options/system/file.nix diff --git a/options/hardware.nix b/options/system/hardware.nix similarity index 100% rename from options/hardware.nix rename to options/system/hardware.nix diff --git a/options/programs.nix b/options/system/programs.nix similarity index 100% rename from options/programs.nix rename to options/system/programs.nix