summaryrefslogtreecommitdiff
path: root/hm/soft
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soft')
-rw-r--r--hm/soft/chat.nix1
-rw-r--r--hm/soft/media.nix1
-rw-r--r--hm/soft/mpv.nix2
3 files changed, 3 insertions, 1 deletions
diff --git a/hm/soft/chat.nix b/hm/soft/chat.nix
index 61c1f92..5d3d2fc 100644
--- a/hm/soft/chat.nix
+++ b/hm/soft/chat.nix
@@ -11,6 +11,7 @@ in
options.hm.soft.chat.enable = lib.mkEnableOption "chatting apps";
config = lib.mkIf cfg.enable {
home.packages = with pkgs; [
+ signal-desktop
equibop
gajim
];
diff --git a/hm/soft/media.nix b/hm/soft/media.nix
index 350517b..04bc670 100644
--- a/hm/soft/media.nix
+++ b/hm/soft/media.nix
@@ -12,6 +12,7 @@ in
config = lib.mkIf cfg.enable {
home.packages = with pkgs; [
stremio-linux-shell
+ krita
czkawka
nsxiv
pinta
diff --git a/hm/soft/mpv.nix b/hm/soft/mpv.nix
index af1d941..b9ad274 100644
--- a/hm/soft/mpv.nix
+++ b/hm/soft/mpv.nix
@@ -45,7 +45,7 @@ in
profile = "gpu-hq";
gpu-api = "vulkan";
vo = "gpu-next";
- hwdec = "vaapi";
+ hwdec = "vaapi-copy";
scale = "ewa_lanczossharp";
cscale = "ewa_lanczos";