refactor(repo): change a bunch of everything
This commit is contained in:
parent
81f367e3aa
commit
81bee82c34
26 changed files with 352 additions and 127 deletions
19
packages/amadaluzian-niri/default.nix
Normal file
19
packages/amadaluzian-niri/default.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
niri,
|
||||
fetchFromGitHub,
|
||||
...
|
||||
}:
|
||||
niri.overrideAttrs (finalAttrs: {
|
||||
src = fetchFromGitHub {
|
||||
owner = "YaLTeR";
|
||||
repo = "niri";
|
||||
rev = "master";
|
||||
hash = "sha256-BVTlrmelSAq+rlxwlRvsyZxHrmcviRu3aHJYG37Yq8c=";
|
||||
};
|
||||
patches =
|
||||
(finalAttrs.patches or [])
|
||||
++ [
|
||||
./0001-ipc-_-90-180-270-Normal-90-180-270.patch
|
||||
];
|
||||
cargoHash = "";
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue