update chmura profile

This commit is contained in:
jacekpoz 2024-09-01 22:34:54 +02:00
parent de73222646
commit 4285bc6858
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -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) [
];
}