feat(keymap): Added keymap for sorting items

This commit is contained in:
uttarayan21
2024-03-24 15:59:37 +05:30
parent ba1f33f0cd
commit 5b405a5dae
3 changed files with 11 additions and 5 deletions

View File

@@ -23,7 +23,11 @@ in rec {
url = "https://w.wallhaven.cc/full/jx/wallhaven-jxqml5.jpg";
sha256 = "0vm02yg4w5bfqns5k1r8y09fqxs0qy4y886myvnp64n1maaihp4k";
};
skull = getWall {
url = "https://w.wallhaven.cc/full/85/wallhaven-856dlk.png";
sha256 = "11w5lfqg6ip6zhiwfw63gv08f55kqbfnhmv7iq07mfspny36w840";
};
anime = [frieren_3];
all = [lights shapes cloud] ++ anime;
all = [lights shapes cloud skull] ++ anime;
}