niksos/hosts/niks/profile.nix

14 lines
467 B
Nix

_: {
imports = [
../../options/common/cpu/amd.nix
../../options/common/docs.nix
../../options/common/gpu/amd.nix
../../options/common/oomd.nix
../../options/common/pin-registry.nix
../../options/common/preserve-system.nix
../../options/desktop/bluetooth.nix
../../options/desktop/opentabletdriver.nix
../../options/desktop/power-supply.nix
../../options/desktop/suspend.nix
];
}