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 a75652478b
commit c8973fde3b

View File

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