kilgharrah: install bitwarden, discord, tor-browser-bundle-bin

This commit is contained in:
Katherina Walshe-Grey 2024-09-04 20:57:32 +01:00
parent 0978b62de6
commit 84e44962ee

View file

@ -58,6 +58,11 @@
]; ];
home-manager.users.qenya = { home-manager.users.qenya = {
programs.vscode.enable = true; programs.vscode.enable = true;
home.packages = with pkgs; [
bitwarden
discord
tor-browser-bundle-bin
];
}; };
system.stateVersion = "24.05"; # Did you read the comment? system.stateVersion = "24.05"; # Did you read the comment?