desktop-extended: use ungoogled-chromium, multi-account matrix
This commit is contained in:
parent
bc46a93be3
commit
3d2b5f7c78
|
@ -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
4
pkgs/element-desktop.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ final, profile }:
|
||||
with final; ''
|
||||
${element-desktop}/bin/element-desktop --profile=${profile}
|
||||
''
|
Loading…
Reference in a new issue