From ae942697b9aab9b21fb3923ff7f9dde039fad7c2 Mon Sep 17 00:00:00 2001 From: System administrator Date: Mon, 13 Nov 2023 15:36:43 +0100 Subject: [PATCH] [louise] add packages --- machines/louise/configuration.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/machines/louise/configuration.nix b/machines/louise/configuration.nix index 7a6bab72..800c2b8c 100644 --- a/machines/louise/configuration.nix +++ b/machines/louise/configuration.nix @@ -21,14 +21,20 @@ firefox thunderbird tor-browser-bundle-bin - keepass + keepassxc libreoffice gimp inkscape okular + element-desktop + chromium ]; }; + services.tor = { + enable = true; + }; + services.acpid.enable = true; networking.hostName = "louise"; # Define your hostname.