diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-12-27 00:56:14 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-12-27 00:56:14 -0800 |
commit | efe5938ed0d6b945f4e4ff9546fce5f43b5c73cf (patch) | |
tree | 1808f7928322392a619b6f7473b40982a94aaa26 /flake.nix | |
parent | c6c8907dcb8a919720279b5089c6a3ead410ff74 (diff) | |
download | nix-efe5938ed0d6b945f4e4ff9546fce5f43b5c73cf.tar nix-efe5938ed0d6b945f4e4ff9546fce5f43b5c73cf.tar.gz nix-efe5938ed0d6b945f4e4ff9546fce5f43b5c73cf.tar.bz2 nix-efe5938ed0d6b945f4e4ff9546fce5f43b5c73cf.tar.lz nix-efe5938ed0d6b945f4e4ff9546fce5f43b5c73cf.tar.xz nix-efe5938ed0d6b945f4e4ff9546fce5f43b5c73cf.tar.zst nix-efe5938ed0d6b945f4e4ff9546fce5f43b5c73cf.zip |
Add ghostty @arrakis
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -8,6 +8,10 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + ghostty = { + url = "github:ghostty-org/ghostty"; + }; + home-manager-stable = { url = "github:nix-community/home-manager/release-24.05"; inputs.nixpkgs.follows = "nixpkgs-stable"; @@ -39,7 +43,7 @@ }; - outputs = { disko, home-manager-stable, home-manager, nixos-hardware, nixpkgs-master, nixpkgs-stable, nixpkgs, nvidia-patch, self, sops-nix, ... } @ inputs: let + outputs = { disko, ghostty, home-manager-stable, home-manager, nixos-hardware, nixpkgs-master, nixpkgs-stable, nixpkgs, nvidia-patch, self, sops-nix, ... } @ inputs: let inherit (self) outputs; systems = [ #"aarch64-linux" |