1
Fork 0

Compare commits

..

4 Commits

Author SHA1 Message Date
Bauke 5077aba724
Add Calibre. 2023-05-29 00:59:38 +02:00
Bauke 37e65cd11a
Add Typst via the unstable channel. 2023-05-28 16:03:49 +02:00
Bauke b1d3f1881a
Remove Clone Hero temporarily because of CDN problem. 2023-05-28 16:03:35 +02:00
Bauke da31be84da
Add the unstable channel. 2023-05-28 16:03:09 +02:00
2 changed files with 15 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# The main configuration file.
{ pkgs, ... }:
{ config, pkgs, ... }:
{
imports = [
@ -16,7 +16,16 @@
};
nixpkgs = {
config.allowUnfree = true;
config = {
allowUnfree = true;
packageOverrides = pkgs: {
# Add the unstable channel as a separate package set.
unstable = import <nixos-unstable> {
# Pass config through so everything is shared between all channels.
config = config.nixpkgs.config;
};
};
};
};
# Before changing this value read the documentation for this option!

View File

@ -9,10 +9,11 @@
apngasm
bat
bottom
calibre
catppuccin-cursors
chromium
clang
clonehero
# clonehero
conky
delta
deno
@ -76,6 +77,8 @@
tea
temurin-bin
transmission-gtk
unstable.typst
unstable.typst-lsp
vscodium.fhs
xarchiver
xclip