Files
nixos-config/hosts/desktop/default.nix

13 lines
146 B
Nix

{ host, inputs, username, nur, pkgs, self, ... }:
{
imports = [
./../../modules/sys
./hardware.nix
./settings.nix
./steam.nix
];
}