From 61fd81562a9a2d7744e05b939948898e25dfb6fc Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 22 Aug 2025 23:48:33 -0400 Subject: unfixed and fixed ghostty. + reformat files --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index c7ccd06..5d97a42 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Skullhead's Flake"; + description = "Skullheadx's Flake"; inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; @@ -34,6 +34,9 @@ home = lib.nixosSystem { inherit system; modules = [ ./configuration.nix ]; + specialArgs = { + inherit inputs; + }; }; }; homeConfigurations = { -- cgit v1.3.1