infrastructure/profiles/gui/nixos.nix
2021-03-28 21:24:31 +01:00

9 lines
147 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [ ./nixos ];
home-manager.users.kat = { imports = [ ./home.nix ]; };
deploy.profile.gui = true;
}