mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-13 18:18:59 +00:00
7 lines
230 B
Nix
7 lines
230 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 ];
|
|
}
|