update chmura profile
This commit is contained in:
parent
de73222646
commit
4285bc6858
1 changed files with 7 additions and 9 deletions
|
@ -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) [
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue