Add marktext, turn off hyprland blur xray

This commit is contained in:
Evie Litherland-Smith 2023-04-26 15:30:46 +01:00
parent da869205c1
commit c3db440f02
3 changed files with 6 additions and 0 deletions

View file

@ -19,6 +19,7 @@
../../gui/browser/chromium-wayland.nix
../../gui/dev/neovide.nix
../../gui/documents/libreoffice.nix
../../gui/documents/marktext.nix
../../gui/documents/zotero.nix
../../gui/messaging/signal.nix
../../gui/messaging/zoom.nix

View file

@ -55,6 +55,7 @@ decoration {
blur_size = 5
blur_passes = 3
blur_new_optimizations = on
blur_xray = off
drop_shadow = yes
shadow_range = 4

View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ marktext ];
}