updates and adding some things
This commit is contained in:
parent
dedabb9a15
commit
7b68408ad6
6 changed files with 39 additions and 6 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue