niksos/hosts/work/profile.nix

25 lines
875 B
Nix
Raw Normal View History

2024-08-28 22:21:15 +02:00
{
imports = [
../../options/boot/systemd-boot.nix
../../options/common/binary-caches.nix
../../options/common/dash.nix
../../options/common/disable-nano.nix
../../options/common/cpu/intel.nix
../../options/common/disk.nix
../../options/common/docs.nix
../../options/common/kernel.nix
../../options/common/nix.nix
../../options/common/oomd.nix
../../options/common/pin-registry.nix
../../options/common/preserve-system.nix
../../options/common/timezone.nix
../../options/desktop/bluetooth.nix
../../options/desktop/dev/malloc-perturb.nix
../../options/desktop/fonts.nix
../../options/desktop/suspend.nix
../../options/desktop/v4l2.nix
../../options/desktop/wayland.nix
../../options/desktop/yubikey.nix
];
}