nixos-config/laptop/config/default.nix

9 lines
106 B
Nix
Raw Normal View History

2022-01-06 22:16:45 -05:00
{ ... }:
2022-01-06 22:17:01 -05:00
{
2022-01-15 14:55:25 -05:00
imports = [
./hardware-configuration.nix
];
2022-01-06 22:17:01 -05:00
networking.hostName = "kiana-laptop";
}