niksos/hosts/niks/profile.nix

15 lines
467 B
Nix
Raw Normal View History

2024-02-15 17:04:34 +01:00
_: {
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
];
}