dust: add lunar-client
This commit is contained in:
parent
a3c76503d1
commit
ca62fbffa3
3 changed files with 6 additions and 1 deletions
|
@ -47,6 +47,7 @@
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|
||||||
|
lunar-client
|
||||||
osu-lazer-bin
|
osu-lazer-bin
|
||||||
prismlauncher
|
prismlauncher
|
||||||
])
|
])
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
"cef-binary"
|
"cef-binary"
|
||||||
"dart"
|
"dart"
|
||||||
"go"
|
"go"
|
||||||
|
"lunarclient"
|
||||||
"osu-lazer-bin"
|
"osu-lazer-bin"
|
||||||
"rustc-bootstrap"
|
"rustc-bootstrap"
|
||||||
"rustc-bootstrap-wrapper"
|
"rustc-bootstrap-wrapper"
|
||||||
|
@ -24,11 +25,12 @@
|
||||||
lib.elem (lib.getName pkg) [
|
lib.elem (lib.getName pkg) [
|
||||||
"fcitx5-pinyin-minecraft"
|
"fcitx5-pinyin-minecraft"
|
||||||
"fcitx5-pinyin-moegirl"
|
"fcitx5-pinyin-moegirl"
|
||||||
|
"lunarclient"
|
||||||
"osu-lazer-bin"
|
"osu-lazer-bin"
|
||||||
"steam"
|
"steam"
|
||||||
"steam-original"
|
"steam-original"
|
||||||
"steam-unwrapped"
|
|
||||||
"steam-run"
|
"steam-run"
|
||||||
|
"steam-unwrapped"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,6 +30,8 @@
|
||||||
".ssh"
|
".ssh"
|
||||||
".mozilla/firefox"
|
".mozilla/firefox"
|
||||||
".thunderbird"
|
".thunderbird"
|
||||||
|
".minecraft"
|
||||||
|
".lunarclient"
|
||||||
|
|
||||||
".cache"
|
".cache"
|
||||||
".local/share"
|
".local/share"
|
||||||
|
|
Loading…
Reference in a new issue