From 47a69f76ec6241ac7c933dfba49455b3d364a6eb Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 5 Feb 2023 13:00:04 +0100 Subject: Feat: Switch to Default.nix files This make the imported path somewhat shorter. --- system/default.nix | 10 ++++++++++ system/system.nix | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 system/default.nix delete mode 100644 system/system.nix (limited to 'system') diff --git a/system/default.nix b/system/default.nix new file mode 100644 index 00000000..17e78968 --- /dev/null +++ b/system/default.nix @@ -0,0 +1,10 @@ +{config, ...}: { + imports = [ + ./boot/boot.nix + ./filesystemLayouts/filesystemLayouts.nix + ./locale/locale.nix + ./packages/packages.nix + ./sound/sound.nix + ./users/users.nix + ]; +} diff --git a/system/system.nix b/system/system.nix deleted file mode 100644 index 17e78968..00000000 --- a/system/system.nix +++ /dev/null @@ -1,10 +0,0 @@ -{config, ...}: { - imports = [ - ./boot/boot.nix - ./filesystemLayouts/filesystemLayouts.nix - ./locale/locale.nix - ./packages/packages.nix - ./sound/sound.nix - ./users/users.nix - ]; -} -- cgit 1.4.1