kilgharrah: install bitwarden, discord, tor-browser-bundle-bin
This commit is contained in:
parent
0978b62de6
commit
84e44962ee
|
@ -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?
|
||||||
|
|
Loading…
Reference in a new issue