From 96f929d4e2069e25b190f6ecd5302beecdf84143 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Mon, 24 Mar 2025 14:00:11 +0000 Subject: [PATCH] Add Obsidian to the list of user applications in configuration.nix --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index ab6510b0..d127ebbe 100644 --- a/configuration.nix +++ b/configuration.nix @@ -57,7 +57,7 @@ description = "TrudeEH"; extraGroups = [ "networkmanager" "wheel" ]; packages = with pkgs; [ # GUI and user apps - vscode brave discord prismlauncher + vscode brave discord prismlauncher obsidian ]; };