nixos-dotfiles/hosts/default.nix

7 lines
72 B
Nix
Raw Normal View History

{ pkgs, home-manager, ... }:
{
imports = [
./smallinux.nix
];
}