1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 12:01:06 +01:00
This commit is contained in:
Kierán Meinhardt
2019-04-18 17:12:47 +02:00
parent 14d7a53ef2
commit ff488465c7
6 changed files with 29 additions and 25 deletions

View File

@@ -16,6 +16,11 @@ in with pkgs;
spotify-cli-linux = pkgs.python3Packages.callPackage <packages/spotify-cli-linux.nix> {};
instaloader = pkgs.python3Packages.callPackage <packages/instaloader.nix> {};
autorenkalender = pkgs.callPackage <packages/autorenkalender.nix> {};
dic = pkgs.callPackage <stockholm/krebs/5pkgs/simple/dic/default.nix> {};
yt-next = pkgs.callPackage <stockholm/lass/5pkgs/yt-next/default.nix> {};
acronym = pkgs.callPackage <stockholm/lass/5pkgs/acronym/default.nix> {};
urban = pkgs.callPackage <stockholm/lass/5pkgs/urban/default.nix> {};
mpv-poll = pkgs.callPackage <stockholm/lass/5pkgs/mpv-poll/default.nix> {};
};
fonts.enableDefaultFonts = true;
@@ -201,6 +206,7 @@ in with pkgs;
aspellDicts.la
bvg
autorenkalender
literature-quote
daybook
gnupg
jo

View File

@@ -2,11 +2,6 @@
let
theme = import <dot/theme.nix>;
unstable = import <nixos-unstable> {};
scripts.dic = pkgs.callPackage <stockholm/krebs/5pkgs/simple/dic/default.nix> {};
scripts.yt-next = pkgs.callPackage <stockholm/lass/5pkgs/yt-next/default.nix> {};
scripts.acronym = pkgs.callPackage <stockholm/lass/5pkgs/acronym/default.nix> {};
scripts.urban = pkgs.callPackage <stockholm/lass/5pkgs/urban/default.nix> {};
scripts.mpv-poll = pkgs.callPackage <stockholm/lass/5pkgs/mpv-poll/default.nix> {};
scripts.instaget = unstable.writers.writeDashBin "instaget" ''
for url in "$@"; do
${pkgs.curl}/bin/curl -s "$url" \

View File

@@ -81,8 +81,9 @@ in {
niveum-deploy() {
for system in "$@"; do
eval $(nix-build ~niveum/deploy.nix -A "$system")
eval $(nix-build ~niveum/deploy.nix -A "$system") &
done
wait
}
'';
promptInit = ''