mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-07 01:59:13 +00:00
kitty: unlink from default
This commit is contained in:
parent
9ca305b015
commit
d58c808208
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue