mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-23 22:19:33 +01:00
solve todo
This commit is contained in:
parent
30537331ec
commit
2d93fbf2c6
@ -46,7 +46,7 @@
|
|||||||
../../modules/nextcloud-client.nix
|
../../modules/nextcloud-client.nix
|
||||||
../../modules/syncthing.nix
|
../../modules/syncthing.nix
|
||||||
../../modules/signal-desktop.nix
|
../../modules/signal-desktop.nix
|
||||||
#../../modules/element-desktop.nix
|
../../modules/element-desktop.nix
|
||||||
../../modules/obsidian.nix
|
../../modules/obsidian.nix
|
||||||
../../modules/vlc-dvd-blu-ray.nix
|
../../modules/vlc-dvd-blu-ray.nix
|
||||||
../../modules/firefox.nix
|
../../modules/firefox.nix
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
# TODO: Login does not work. Webbrowser does not redirect back to Element app. Firefox does not ask to open link with Element app. It works with the Flatpak version though.
|
# Issue: Login does not work. Webbrowser does not redirect back to Element app. Firefox does not ask to open link with Element app. It works with the Flatpak version though.
|
||||||
#
|
#
|
||||||
# NixOS: /home/yoda/.config/Element /home/yoda/.config/Riot
|
# Configuration paths with user data:
|
||||||
# Flatpak: /home/yoda/.var/app/im.riot.Riot/config/Element
|
# NixOS: /home/yoda/.config/Element /home/yoda/.config/Riot
|
||||||
|
# Flatpak: /home/yoda/.var/app/im.riot.Riot/config/Element
|
||||||
|
#
|
||||||
|
# Solution: Don't use element-desktop-wayland, use the normal element-desktop package instead
|
||||||
#
|
#
|
||||||
# Workaround:
|
# Workaround:
|
||||||
# - Login with Flatpak version
|
# - Login with Flatpak version
|
||||||
@ -11,17 +14,14 @@
|
|||||||
# - Copy Flatpak into .config/Element
|
# - Copy Flatpak into .config/Element
|
||||||
# - Start the NixOS version, you should be logged in :D
|
# - Start the NixOS version, you should be logged in :D
|
||||||
|
|
||||||
# TODO: No visible UI on yodaTux (AMD Ryzen 4800H)
|
# Issue: No visible UI on yodaTux (AMD Ryzen 4800H) when using unstable.element-desktop
|
||||||
# Console log:
|
|
||||||
# ac: Unknown GPU, using 0 for raster_config
|
|
||||||
# Cannot find target for triple amdgcn-- Unable to find target for this triple (no targets are registered)
|
|
||||||
#
|
|
||||||
# Workaround: Use Flatpak version ...
|
# Workaround: Use Flatpak version ...
|
||||||
|
# Discussion on GitHub: https://github.com/NixOS/nixpkgs/issues/343806 AMD GPUs and NixOS - 'Cannot find target for triple amdgcn-- Unable to find target for this triple (no targets are registered)'
|
||||||
|
|
||||||
users.users.yoda = {
|
users.users.yoda = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# Matrix chat client.
|
# Matrix chat client.
|
||||||
unstable.element-desktop
|
element-desktop
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user