nixos-config/hosts/desktop/default.nix

7 lines
96 B
Nix
Raw Normal View History

2024-04-13 13:43:59 +02:00
{ pkgs, ... }:
{
imports = [
./hardware-configuration.nix
./../../modules/core
];
}