refactor(nix-hm): use typst stable

This commit is contained in:
Price Hiller 2024-01-24 15:58:28 -06:00
parent 78064ae16d
commit a1bd366c1b
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 2 additions and 4 deletions

View File

@ -72,7 +72,7 @@ in
swappy
stylua
typstfmt
typst-dev
typst
] ++ [
# gcc
# glibc

View File

@ -3,7 +3,6 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
typst.url = "github:typst/typst";
bob = {
url = "path:./pkgs/bob-nvim";
inputs.nixpkgs.follows = "nixpkgs";
@ -16,7 +15,7 @@
emacs-overlay.url = "github:nix-community/emacs-overlay";
};
outputs = inputs @ { home-manager, bob, nixpkgs, ... }:
outputs = inputs @ { home-manager, nixpkgs, ... }:
let
system = "x86_64-linux";
username = "sam";
@ -31,7 +30,6 @@
nixpkgs.overlays = [
inputs.neovim-nightly-overlay.overlay
inputs.emacs-overlay.overlays.emacs
inputs.typst.overlays.default
(self: super: {
kanagawa-gtk-theme = super.callPackage ./pkgs/kanagawa-gtk { };
lxappearance = super.lxappearance.overrideAttrs (oldAttrs: {