infrastructure/users/kat/home/gui/default.nix
2021-05-06 15:43:59 +01:00

7 lines
122 B
Nix

{ ... }:
{
deploy.profile.gui = true;
imports = [ ./firefox ./kitty.nix ./packages.nix ./weechat.nix ./gtk.nix ];
}