1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00
This commit is contained in:
Kierán Meinhardt
2019-05-15 18:21:58 +02:00
parent edf32ed979
commit 495fcf0775
7 changed files with 26 additions and 14 deletions

View File

@@ -49,9 +49,6 @@
<configs/xautolock.nix>
<configs/xresources.nix>
<configs/zsh.nix>
{
nix.buildCores = 0;
}
{
niveum.user = {
github = "kmein";
@@ -74,6 +71,7 @@
allowUnfree = true;
packageOverrides = pkgs: {
autorenkalender = pkgs.callPackage <packages/autorenkalender.nix> {};
quote-db = pkgs.haskellPackages.callPackage <packages/quote-db.nix> {};
bvg = pkgs.callPackage <packages/bvg.nix> {};
daybook = pkgs.callPackage <packages/daybook.nix> {};
font-size = pkgs.callPackage <packages/font-size.nix> { font = config.niveum.fonts.terminal; };
@@ -150,7 +148,7 @@
(pkgs.unstable.writers.writeDashBin "niveum-update" ''
NIVEUM_DIR=/home/kfm/prog/git/niveum
nix-prefetch-git --url https://github.com/NixOS/nixpkgs-channels --rev refs/heads/nixos-18.09 > "$NIVEUM_DIR/nixpkgs.json"
nix-prefetch-git --url https://github.com/NixOS/nixpkgs-channels --rev refs/heads/nixos-${config.system.stateVersion} > "$NIVEUM_DIR/nixpkgs.json"
'')
];
}
@@ -334,6 +332,7 @@
autorenkalender
font-size
odyssey
# quote-db
literature-quote
dic
yt-next