amadaluzian-zsh: init amadaluzian-zsh
This commit is contained in:
parent
f082ca90e4
commit
e7b8922920
20 changed files with 263 additions and 330 deletions
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
niri,
|
||||
fetchFromGitHub,
|
||||
...
|
||||
}:
|
||||
{ niri, fetchFromGitHub, ... }:
|
||||
niri.overrideAttrs (finalAttrs: {
|
||||
src = fetchFromGitHub {
|
||||
owner = "YaLTeR";
|
||||
|
@ -10,10 +6,7 @@ niri.overrideAttrs (finalAttrs: {
|
|||
rev = "master";
|
||||
hash = "sha256-BVTlrmelSAq+rlxwlRvsyZxHrmcviRu3aHJYG37Yq8c=";
|
||||
};
|
||||
patches =
|
||||
(finalAttrs.patches or [])
|
||||
++ [
|
||||
./0001-ipc-_-90-180-270-Normal-90-180-270.patch
|
||||
];
|
||||
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