nix-config/hosts/desktop1/home.nix

16 lines
127 B
Nix

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