nixos-config/modules/nixos/profiles/desktop/default.nix
Gabriel Arazas 949f42b683
nixos/profiles/desktop: remove improper cloning config
This causes a bug to be recursively import nixpkgs and taking over space.
2024-03-03 10:25:26 +08:00

11 lines
244 B
Nix

# 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
];
}