add nagstamon
This commit is contained in:
parent
b73eed3915
commit
ecfef4074e
3 changed files with 47 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
let
|
||||
unstable = import <nixos-unstable> { config.allowUnfree = true; };
|
||||
cloudstation = pkgs.libsForQt5.callPackage (import ../packages/cloudstation.nix) {};
|
||||
bbnagstamon = pkgs.libsForQt5.callPackage (import ../packages/nagstamon.nix) {};
|
||||
in {
|
||||
|
||||
security.pki.certificateFiles = [
|
||||
|
@ -21,8 +22,7 @@ in {
|
|||
astroid
|
||||
cloudstation
|
||||
drone-cli
|
||||
nagstamon
|
||||
python37Packages.pyqt5_with_qtmultimedia # required for nagstamon
|
||||
bbnagstamon
|
||||
unstable.slack
|
||||
unstable.velero
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue