updates and adding some things

This commit is contained in:
Chris Cochrun 2023-05-09 12:54:57 -05:00
parent dedabb9a15
commit 7b68408ad6
6 changed files with 39 additions and 6 deletions

View file

@ -26,12 +26,16 @@
simple-nixos-mailserver = {
url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-22.11";
};
anyrun = {
url = "github:Kirottu/anyrun";
inputs.nixpkgs.follows = "nixpkgs";
};
libre-presenter = {
url = "gitlab:chriscochrun/church-presenter";
};
};
outputs = { nixpkgs, nixpkgs-stable, home-manager, hyprland, nixos-hardware, emacs, nix-bitcoin, libre-presenter, ... }:
outputs = { nixpkgs, nixpkgs-stable, home-manager, hyprland, nixos-hardware, emacs, nix-bitcoin, libre-presenter, anyrun, ... }:
let
system = "x86_64-linux";
username = "chris";
@ -40,6 +44,7 @@
config = { allowUnfree = true; };
overlays = [
emacs.overlays.default
anyrun.overlay
# (self: super: {
# ffmpeg_5-full = super.ffmpeg_5-full.overrideAttrs (old: {
# postFixup = ''