update system

This commit is contained in:
2024-04-26 20:26:34 +02:00
parent 1945a993c5
commit 3b5045660c
4 changed files with 26 additions and 34 deletions

View File

@@ -204,7 +204,7 @@
};
qt = {
enable = true;
platformTheme = "qtct";
platformTheme.name = "qtct";
};
home = {

View File

@@ -26,7 +26,7 @@
#bitwarden
# chat apps
(import ./threema-desktop.nix { inherit pkgs; })
threema-desktop
(vesktop.override { withSystemVencord = false; })
element-desktop

View File

@@ -1,8 +0,0 @@
{ pkgs }:
pkgs.threema-desktop.overrideAttrs (prev: {
postFixup =
prev.postFixup
+ ''
echo "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform=wayland --enable-features=WaylandWindowDecorations}}" >> $out/bin/threema
'';
})