mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
update system
This commit is contained in:
@@ -204,7 +204,7 @@
|
||||
};
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "qtct";
|
||||
platformTheme.name = "qtct";
|
||||
};
|
||||
|
||||
home = {
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#bitwarden
|
||||
|
||||
# chat apps
|
||||
(import ./threema-desktop.nix { inherit pkgs; })
|
||||
threema-desktop
|
||||
(vesktop.override { withSystemVencord = false; })
|
||||
element-desktop
|
||||
|
||||
|
||||
@@ -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
|
||||
'';
|
||||
})
|
||||
Reference in New Issue
Block a user