nixos-dotfiles/hosts/default.nix

7 lines
72 B
Nix

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