desktop-extended: use ungoogled-chromium, multi-account matrix

feat/authelia
Benjamin Yule Bädorf 2024-04-06 02:33:34 +02:00
parent bc46a93be3
commit 3d2b5f7c78
Signed by: b12f
GPG Key ID: 729956E1124F8F26
2 changed files with 7 additions and 1 deletions

View File

@ -12,7 +12,7 @@ in {
users.users."${psCfg.user.name}".packages = with pkgs; [
wine
chromium
ungoogled-chromium
gimp
present-md
@ -27,6 +27,8 @@ in {
signal-desktop
tdesktop
element-desktop
element-b12f
element-mezza
# Nix specific utilities
alejandra

4
pkgs/element-desktop.nix Normal file
View File

@ -0,0 +1,4 @@
{ final, profile }:
with final; ''
${element-desktop}/bin/element-desktop --profile=${profile}
''