flake: add taskobs, remove dup overlay entry

This commit is contained in:
Aaron Bieber 2022-10-17 07:26:22 -06:00
parent 220e8337f5
commit e424cc821a
No known key found for this signature in database
2 changed files with 5 additions and 8 deletions

View File

@ -30,6 +30,7 @@
};
microca = { url = "github:qbit/microca"; };
taskobs = { url = "github:qbit/taskobs"; };
mcchunkie = {
url = "github:qbit/mcchunkie";
@ -48,20 +49,14 @@
};
outputs = { self, unstable, unstableSmall, stable, nixos-hardware
, sshKnownHosts, microca, mcchunkie, gqrss, darwin, xin-secrets, peerix, ...
}@flakes:
, sshKnownHosts, microca, taskobs, mcchunkie, gqrss, darwin, xin-secrets
, peerix, ... }@flakes:
let
supportedSystems =
[ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
forAllSystems = unstable.lib.genAttrs supportedSystems;
nixpkgsFor = forAllSystems (system: import unstable { inherit system; });
hostBase = {
overlays = [
flakes.emacs-overlay.overlay
flakes.peerix.overlay
flakes.microca.overlay
];
modules = [
# Common config stuffs
(import (./default.nix))
@ -78,6 +73,7 @@
flakes.emacs-overlay.overlay
flakes.peerix.overlay
flakes.microca.overlay
flakes.taskobs.overlay
];
buildVer = { system.configurationRevision = self.rev or "DIRTY"; };

View File

@ -230,6 +230,7 @@ in {
pharo-launcher
rofi
signal-desktop
taskobs
tcpdump
tidal-hifi
tigervnc