home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

default.nix (166B)


      1 {
      2   imports = [
      3     ./audio.nix
      4     ./bluetooth.nix
      5     ./yubikey.nix
      6     ./laptop.nix
      7     ./server.nix
      8     # remove "nixos"
      9     ./sane-extra-config.nixos.nix
     10   ];
     11 }