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 ]; };