Compare commits

...

1 Commits

Author SHA1 Message Date
9d282e9679 feat: element-desktop 2025-08-14 20:51:49 +08:00
3 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
ayugram-desktop ayugram-desktop
signal-desktop signal-desktop
element-desktop
qq qq
wechat wechat
@@ -49,6 +50,7 @@
cli.all.enable = true; cli.all.enable = true;
coding.all.enable = true; coding.all.enable = true;
desktop.all.enable = true; desktop.all.enable = true;
virt.moonlight.enable = true;
i18n.fcitx5.enable = true; i18n.fcitx5.enable = true;
@@ -115,6 +117,7 @@
".local/share/AyuGramDesktop" ".local/share/AyuGramDesktop"
".config/Signal" ".config/Signal"
".config/Element"
".config/QQ" ".config/QQ"
".xwechat" ".xwechat"

View File

@@ -17,6 +17,7 @@
ayugram-desktop ayugram-desktop
signal-desktop signal-desktop
element-desktop
qq qq
wechat wechat
@@ -143,6 +144,7 @@
".local/share/AyuGramDesktop" ".local/share/AyuGramDesktop"
".config/Signal" ".config/Signal"
".config/Element"
".config/QQ" ".config/QQ"
".xwechat" ".xwechat"

View File

@@ -43,6 +43,7 @@ in
xdg-desktop-portal-gnome xdg-desktop-portal-gnome
]; ];
}; };
services.gnome.gnome-keyring.enable = true;
programs.niri = { programs.niri = {
enable = true; enable = true;
package = pkg; package = pkg;