From 6c4190296f1b66ce146629b6e06e9c86a6658436 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 10 May 2024 13:52:58 +0200 Subject: [PATCH] Add important programs --- lib/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/configuration.nix b/lib/configuration.nix index e714537..40ac42f 100644 --- a/lib/configuration.nix +++ b/lib/configuration.nix @@ -126,6 +126,7 @@ # Programs programs = { + firefox.enable = true; kdeconnect.enable = true; ssh.startAgent = true; @@ -192,6 +193,8 @@ gnome.dconf-editor networkmanager-openconnect networkmanager-openvpn + nextcloud-client + librewolf ]; };