From 2cc5ee3b97084915ed5620fbb225e726be19fb83 Mon Sep 17 00:00:00 2001 From: cybrneko Date: Fri, 3 Jul 2026 17:03:48 -0500 Subject: [PATCH] added essential apps hydrapaper and nextcloud --- configuration.nix | 2 ++ users/cybrneko.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index acf8f16..3eef88e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -105,6 +105,8 @@ yabridge yabridgectl qpwgraph + hydrapaper + nextcloud-client ]; nix.settings.experimental-features = [ "nix-command" "flakes" ]; diff --git a/users/cybrneko.nix b/users/cybrneko.nix index cfc72f7..3830a70 100644 --- a/users/cybrneko.nix +++ b/users/cybrneko.nix @@ -13,5 +13,5 @@ "im.fluffychat.Fluffychat" "org.videolan.VLC" ]; - } + }; }