added stuff from morph

This commit is contained in:
fleaz 2023-10-04 23:08:14 +02:00
commit cdf9817bc8
Signed by: fleaz
GPG key ID: AED15F8FDD04D083
9 changed files with 395 additions and 0 deletions

9
test.nix Normal file
View file

@ -0,0 +1,9 @@
{ pkgs ? import <nixpkgs> { overlays = [ (import ./default.nix) ]; } }:
pkgs.mkShell {
buildInputs = with pkgs; [
cpthook
hacompanion
pulse-secure
];
}