]> Git — Sourcephile - sourcephile-nix.git/blob - hosts/carotte/hardware.nix
nixos: remove fontconfig
[sourcephile-nix.git] / hosts / carotte / hardware.nix
1 { pkgs, lib, config, hostName, ... }:
2 {
3 imports = [
4 ../../nixos/profiles/hardware/cubieboard2.nix
5 ../../nixos/profiles/systems/zramSwap.nix
6 ../../nixos/profiles/systems/crossCompilation.nix
7 ];
8 }