diff --git a/home/desktop/sway.nix b/home/desktop/sway.nix index 8238e89..d0dbc91 100644 --- a/home/desktop/sway.nix +++ b/home/desktop/sway.nix @@ -2,6 +2,7 @@ { home.packages = with pkgs; [ alacritty + ghostty tofi i3status-rust mako @@ -24,4 +25,6 @@ programs.alacritty.enable = true; xdg.configFile."alacritty".source = "${config.dotfiles.path}/.config/alacritty"; + + xdg.configFile."ghostty/config".source = "${config.dotfiles.path}/.config/ghostty/config"; }