Add shortcat!

This commit is contained in:
larstvei 2022-11-03 12:25:37 +01:00
parent a55fb7c463
commit 5bfd11e88f
2 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,8 @@
services.nix-daemon.enable = true; services.nix-daemon.enable = true;
nixpkgs = { nixpkgs = {
config.allowUnfree = true;
overlays = with inputs; [ overlays = with inputs; [
(final: prev: { (final: prev: {

View File

@ -71,6 +71,7 @@
rnix-lsp rnix-lsp
rust-analyzer rust-analyzer
rustup rustup
shortcat
texlive.combined.scheme-full texlive.combined.scheme-full
tree tree
wget wget