infrastructure/users/kat/gui/default.nix

7 lines
122 B
Nix

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