added overlay
This commit is contained in:
parent
491e268446
commit
0d0bafe04e
3 changed files with 16 additions and 1 deletions
14
exprs/overlay.nix
Normal file
14
exprs/overlay.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
inputs: final: prev: {
|
||||
waywall = prev.waywall.overrideAttrs (
|
||||
f: p: {
|
||||
version = "0-unstable-2026-01-06";
|
||||
|
||||
src = prev.fetchFromGitHub {
|
||||
owner = "tesselslate";
|
||||
repo = "waywall";
|
||||
rev = "c6504f95f8d757a2e060c4df8bd3ed145ad59e8d";
|
||||
hash = "sha256-kfBsppc+esz0Q6iIIKAeOMwkIWdN12AlH3Dji8bU32c=";
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
1
home.nix
1
home.nix
|
|
@ -34,6 +34,7 @@
|
|||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.overlays = [ (import ./exprs/overlay.nix { }) ];
|
||||
imports = [
|
||||
./homemanager/mpv.nix
|
||||
./hosts/sandalphon/mcsr/home.nix
|
||||
|
|
|
|||
|
|
@ -115,7 +115,7 @@ ModeManager:define("tall", {
|
|||
})
|
||||
|
||||
local ensure_ninjabrain = Processes.ensure_application(waywall, ninb_path)("ninjabrain.*\\.jar")
|
||||
waywall.listen("load", ensure_ninjabrain)
|
||||
-- waywall.listen("load", ensure_ninjabrain)
|
||||
|
||||
local config = {
|
||||
input = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue