Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
f6109defeb4b8f342bdb7458e1e677c77831c7b6
/
.
/
src
/
overlays
/
sway.nix
blob: a0488b1093298f441e9a7206ae4e26f836927888 [
file
] [
log
] [
blame
]
final
:
prev
:
{
sway
-
unwrapped
=
prev
.
sway
-
unwrapped
.
overrideAttrs
(
old
:
{
patches
=
(
old
.
patches
or
[])
++
[
./
sway
/
maximize
.
patch
];
});
}