kitty: unlink from default

This commit is contained in:
John Bowdre 2024-12-26 17:18:34 -06:00
parent 9ca305b015
commit d58c808208
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: {
# Common GUI apps
imports = [ ./firefox.nix ./ghostty.nix ./kitty.nix ];
imports = [ ./firefox.nix ./ghostty.nix ];
home.packages = with pkgs; [ gimp-with-plugins qFlipper remmina ];
}