Skip to content

Commit

Permalink
add alacritty as only terminal with touchscreen capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
gzagatti committed Jan 2, 2025
1 parent ef9d417 commit 3a4f270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ in
# terminal
(nixGuiWrap { pkg = pkgs.kitty; })
(nixGuiWrap { pkg = pkgs.wezterm; })
(nixGuiWrap { pkg = pkgs.alacritty; })

# browser
(nixGuiWrap { pkg = pkgs.firefox; })
Expand Down

0 comments on commit 3a4f270

Please sign in to comment.