From 117928583d9c5c5e207e2dd525c6ba5d7aeb3973 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Thu, 4 Dec 2025 20:24:24 +0100 Subject: [PATCH 1/2] profile/desktop-apps: use programs.wayvnc --- profiles/desktop-apps/default.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/profiles/desktop-apps/default.nix b/profiles/desktop-apps/default.nix index 19f5638..dba1437 100644 --- a/profiles/desktop-apps/default.nix +++ b/profiles/desktop-apps/default.nix @@ -37,7 +37,6 @@ in telegram-desktop thunderbird vlc - wayvnc zathura zeal # terminal @@ -47,9 +46,13 @@ in keychain ]; - programs.wireshark = { - enable = true; - package = pkgs.wireshark; # enable the gui + programs = { + wayvnc.enable = true; + wireshark = { + enable = true; + package = pkgs.wireshark; # enable the gui + }; + }; }; } From 2136fd8c4a3f1cedd653fa868694a8f3baf0f49e Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Thu, 4 Dec 2025 20:32:04 +0100 Subject: [PATCH 2/2] profile/desktop-apps: replace evince with papers --- profiles/desktop-apps/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/desktop-apps/default.nix b/profiles/desktop-apps/default.nix index dba1437..623b223 100644 --- a/profiles/desktop-apps/default.nix +++ b/profiles/desktop-apps/default.nix @@ -14,7 +14,6 @@ in config = lib.mkIf cfg.enable { environment.systemPackages = with pkgs; [ - evince firefox (gimp-with-plugins.override { plugins = with gimpPlugins; [ @@ -33,6 +32,7 @@ in ]; }) newsflash + papers rhythmbox telegram-desktop thunderbird