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 swappy
stylua stylua
typstfmt typstfmt
typst-dev typst
] ++ [ ] ++ [
# gcc # gcc
# glibc # glibc

View File

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