From 4285bc6858660c6992cda2c7d2b2b9c904be0f6b Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sun, 1 Sep 2024 22:34:54 +0200 Subject: [PATCH] update chmura profile --- hosts/chmura/profile.nix | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/hosts/chmura/profile.nix b/hosts/chmura/profile.nix index 268f360..58e06d8 100644 --- a/hosts/chmura/profile.nix +++ b/hosts/chmura/profile.nix @@ -1,12 +1,10 @@ { - imports = [ - ../../options/boot/systemd-boot.nix - ../../options/common/binary-caches.nix - ../../options/common/dash.nix - ../../options/common/disk.nix - ../../options/common/disable-nano.nix - ../../options/common/nix.nix - ../../options/common/switch-ng.nix - ../../options/common/timezone.nix + lib, + ... +}: let + inherit (lib.lists) map; + inherit (lib.path) append; +in { + imports = map (append ../common/optional) [ ]; }