From 612cfd7b6bdf60e7d19632f7195a039bc31cc365 Mon Sep 17 00:00:00 2001 From: chase Date: Mon, 30 Jun 2025 00:50:32 -0400 Subject: [PATCH] Addition: dolphin to desktop config --- nixos/desktop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/desktop.nix b/nixos/desktop.nix index fb63124..1f22cda 100644 --- a/nixos/desktop.nix +++ b/nixos/desktop.nix @@ -109,6 +109,7 @@ environment.systemPackages = with pkgs; [ bitwarden-desktop firefoxpwa + kdePackages.dolphin qpwgraph yubioath-flutter ];