Add Obsidian to the list of user applications in configuration.nix

This commit is contained in:
2025-03-24 14:00:11 +00:00
parent bdd61b9e37
commit 96f929d4e2

View File

@@ -57,7 +57,7 @@
description = "TrudeEH"; description = "TrudeEH";
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [ # GUI and user apps packages = with pkgs; [ # GUI and user apps
vscode brave discord prismlauncher vscode brave discord prismlauncher obsidian
]; ];
}; };