nixos-config/modules/nixos/profiles/desktop/default.nix

11 lines
244 B
Nix
Raw Normal View History

# A common profile for desktop systems. Most of the configurations featured
# here should be enough in common to the typical desktop setups found on
# non-NixOS systems.
{
imports = [
./fonts.nix
./audio.nix
./hardware.nix
];
}