infrastructure/profiles/gui/nixos.nix
2021-05-06 15:43:59 +01:00

7 lines
88 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [ ./nixos ];
deploy.profile.gui = true;
}