niksos/hosts/niks/profile.nix

30 lines
1.1 KiB
Nix

_: {
imports = [
../../options/boot/systemd-boot.nix
../../options/common/btrfs-scrub.nix
../../options/common/cpu/amd.nix
../../options/common/disable-nano.nix
../../options/common/docs.nix
../../options/common/gpu/amd.nix
../../options/common/libvirt.nix
../../options/common/networking.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/adb.nix
../../options/desktop/asusd.nix
../../options/desktop/bluetooth.nix
../../options/desktop/dev/malloc-perturb.nix
../../options/desktop/fonts.nix
../../options/desktop/mullvad-vpn.nix
../../options/desktop/opentabletdriver.nix
#../../options/desktop/power-supply.nix
../../options/desktop/qmk.nix
../../options/desktop/random-mac.nix
../../options/desktop/suspend.nix
../../options/desktop/v4l2.nix
../../options/desktop/waydroid.nix
];
}