trying to add nixified-ai

This commit is contained in:
Chris Cochrun 2023-05-18 09:53:51 -05:00
parent 7b68408ad6
commit d0a9186a62
4 changed files with 269 additions and 5 deletions

View file

@ -33,9 +33,13 @@
libre-presenter = {
url = "gitlab:chriscochrun/church-presenter";
};
nixified-ai = {
url = "github:nixified-ai/flake";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { nixpkgs, nixpkgs-stable, home-manager, hyprland, nixos-hardware, emacs, nix-bitcoin, libre-presenter, anyrun, ... }:
outputs = { nixpkgs, nixpkgs-stable, home-manager, hyprland, nixos-hardware, emacs, nix-bitcoin, libre-presenter, nixified-ai, anyrun, ... }:
let
system = "x86_64-linux";
username = "chris";