From 54ed008f439540b14ac25aa238ce01dabc0f50dc Mon Sep 17 00:00:00 2001 From: smayzy Date: Mon, 23 Jun 2025 20:55:28 +0200 Subject: [PATCH] add floorp and obs --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index feffc9a..1dc3e09 100644 --- a/configuration.nix +++ b/configuration.nix @@ -131,6 +131,7 @@ mullvad-vpn libsForQt5.kdenlive prismlauncher + floorp ]; programs.virt-manager.enable = true; @@ -145,6 +146,7 @@ packages = [ "com.heroicgameslauncher.hgl" "com.github.tchx84.Flatseal" + "com.obsproject.Studio" ]; };