diff options
author | Freya Murphy <freya@freyacat.org> | 2025-09-18 11:00:50 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-09-18 11:00:50 -0400 |
commit | 7c9082362ebf1a9178e6eddc933ce9d6f88f3828 (patch) | |
tree | 66a052b50fe650324693291051cda2314a651fc4 | |
parent | home: only enable wayland utilities when wayland is being used (diff) | |
download | dotfiles-nix-7c9082362ebf1a9178e6eddc933ce9d6f88f3828.tar.gz dotfiles-nix-7c9082362ebf1a9178e6eddc933ce9d6f88f3828.tar.bz2 dotfiles-nix-7c9082362ebf1a9178e6eddc933ce9d6f88f3828.zip |
fix typo
-rw-r--r-- | pkgs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 6c5b5f0..93b0808 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -15,7 +15,7 @@ in { astal = pkgs.callPackage ./astal { inherit inputs options; }; - gibfprint-2-tod1-vfs0090 = pkgs.callPackage ./libfprint-2-tod1-vfs0090 {}; + libfprint-2-tod1-vfs0090 = pkgs.callPackage ./libfprint-2-tod1-vfs0090 {}; ly = pkgs.callPackage ./ly {}; unofficial-homestuck-collection = pkgs.callPackage ./unofficial-homestuck-collection {}; } |