Skip to content

Commit

Permalink
use ghostty from nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
adomixaszvers committed Jan 3, 2025
1 parent 3fe86b9 commit 166c494
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 135 deletions.
139 changes: 5 additions & 134 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
flake-compat.url = "github:edolstra/flake-compat";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-utils.url = "github:numtide/flake-utils";
ghostty.url = "github:ghostty-org/ghostty/v1.0.1";
home-manager = {
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down
3 changes: 3 additions & 0 deletions profiles/gui/ghostty.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
font-size = fonts.sizes.terminal;
background-opacity = opacity.terminal;
theme = scheme.slug;
keybind = [
"ctrl+shift+s=paste_from_selection"
];
};
};
}

0 comments on commit 166c494

Please sign in to comment.