bluetooth changes, update flakes
This commit is contained in:
parent
664eb70e8c
commit
2649174093
11 changed files with 92 additions and 896 deletions
14
flake.nix
14
flake.nix
|
|
@ -16,7 +16,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
|
||||
# neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
url = "github:argosnothing/niri-scratchpad-rs/hidden-workspaces";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
dms.url = "github:AvengeMedia/DankMaterialShell/987856a1de35c62dc0930b007b561545d6a832a8";
|
||||
dms.url = "github:AvengeMedia/DankMaterialShell";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -88,15 +88,13 @@
|
|||
];
|
||||
nixpkgs.overlays = [
|
||||
(_: prev: {
|
||||
|
||||
openldap = prev.openldap.overrideAttrs {
|
||||
doCheck = !prev.stdenv.hostPlatform.isi686;
|
||||
};
|
||||
niri-scratchpad = inputs.niri-scratchpad.packages.${prev.system}.default;
|
||||
vimPlugins = prev.vimPlugins.extend (
|
||||
f: p: {
|
||||
neotest = p.neotest.overrideAttrs {
|
||||
src = prev.fetchzip {
|
||||
url = "https://github.com/archie-judd/neotest/archive/c8dd7597bb4182c0547d188e1dd5f684a4f01852.zip";
|
||||
sha256 = "sha256-E/Heh+mAxvN5RaWqv1UJuHSA90c0evMKFkDD1BrpV7g=";
|
||||
};
|
||||
};
|
||||
neotest-pest = p.neotest-pest.overrideAttrs (_: {
|
||||
src = prev.fetchFromGitHub {
|
||||
owner = "jradtilbrook";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue