all the updates
This commit is contained in:
parent
d0a9186a62
commit
6aa8643a16
6 changed files with 152 additions and 411 deletions
60
flake.nix
60
flake.nix
|
@ -33,13 +33,13 @@
|
|||
libre-presenter = {
|
||||
url = "gitlab:chriscochrun/church-presenter";
|
||||
};
|
||||
nixified-ai = {
|
||||
url = "github:nixified-ai/flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# 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, nixified-ai, anyrun, ... }:
|
||||
outputs = { nixpkgs, nixpkgs-stable, home-manager, hyprland, nixos-hardware, emacs, nix-bitcoin, libre-presenter, anyrun, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
username = "chris";
|
||||
|
@ -48,7 +48,7 @@
|
|||
config = { allowUnfree = true; };
|
||||
overlays = [
|
||||
emacs.overlays.default
|
||||
anyrun.overlay
|
||||
# anyrun.overlay
|
||||
# (self: super: {
|
||||
# ffmpeg_5-full = super.ffmpeg_5-full.overrideAttrs (old: {
|
||||
# postFixup = ''
|
||||
|
@ -57,31 +57,31 @@
|
|||
# '';
|
||||
# });
|
||||
# })
|
||||
(self: super:
|
||||
{
|
||||
awesome = super.awesome.overrideAttrs (old: rec {
|
||||
pname = "awesome";
|
||||
version = "git-20220614-3a54221";
|
||||
src = super.fetchFromGitHub {
|
||||
owner = "awesomeWM";
|
||||
repo = "awesome";
|
||||
rev = "3a542219f3bf129546ae79eb20e384ea28fa9798";
|
||||
sha256 = "4z3w6iuv+Gw2xRvhv2AX4suO6dl82woJn0p1nkEx3uM=";
|
||||
};
|
||||
patches = [];
|
||||
});
|
||||
}
|
||||
)
|
||||
# (self: super:
|
||||
# {
|
||||
# awesome = super.awesome.overrideAttrs (old: rec {
|
||||
# pname = "awesome";
|
||||
# version = "git-20220614-3a54221";
|
||||
# src = super.fetchFromGitHub {
|
||||
# owner = "awesomeWM";
|
||||
# repo = "awesome";
|
||||
# rev = "3a542219f3bf129546ae79eb20e384ea28fa9798";
|
||||
# sha256 = "4z3w6iuv+Gw2xRvhv2AX4suO6dl82woJn0p1nkEx3uM=";
|
||||
# };
|
||||
# patches = [];
|
||||
# });
|
||||
# }
|
||||
# )
|
||||
|
||||
(self: super:
|
||||
{
|
||||
qt5ct = super.qt5ct.overrideAttrs (old: rec {
|
||||
patches = (old.patches or []) ++ [
|
||||
../../qt5ct.patch
|
||||
];
|
||||
});
|
||||
}
|
||||
)
|
||||
# (self: super:
|
||||
# {
|
||||
# qt5ct = super.qt5ct.overrideAttrs (old: rec {
|
||||
# patches = (old.patches or []) ++ [
|
||||
# ../../qt5ct.patch
|
||||
# ];
|
||||
# });
|
||||
# }
|
||||
# )
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue