feat: add flatpack to install apps not supported well in NixOS

This commit is contained in:
ryan4yin
2023-05-14 18:22:33 +08:00
parent ed27505556
commit 0517d0e8df
3 changed files with 30 additions and 1 deletions
+2 -1
View File
@@ -8,6 +8,7 @@
environment.systemPackages = with config.nur.repos.xddxdd; [
# packages from nur-xddxdd
wechat-uos
qqmusic
];
# flatpack is recommended to install other apps such as netease-cloud-music/qqmusic/...
}