trying to add nixified-ai
This commit is contained in:
parent
7b68408ad6
commit
d0a9186a62
4 changed files with 269 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue