nix-config/hosts/laptop1/home.nix

15 lines
126 B
Nix

{ config, pkgs, inputs, ... }:
{
imports =
[
../common/home.nix
];
home.packages = [
];
home.file = {
};
}