Skip to content

Commit

Permalink
feat(desktop): add ghostty
Browse files Browse the repository at this point in the history
  • Loading branch information
uku3lig committed Jun 9, 2024
1 parent 27293a0 commit cbfad02
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 1 deletion.
2 changes: 2 additions & 0 deletions configs/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
pkgs,
config,
catppuccin,
ghostty,
...
}: {
imports = [
Expand Down Expand Up @@ -65,6 +66,7 @@
# font-manager
chromium
gimp
ghostty.packages.${pkgs.system}.default
gnome.gnome-calculator
gparted
jetbrains.idea-ultimate
Expand Down
276 changes: 275 additions & 1 deletion flake.lock

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

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
inputs.systems.follows = "systems";
};

ghostty.url = "git+ssh://[email protected]/ghostty-org/ghostty";

home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down

0 comments on commit cbfad02

Please sign in to comment.