Sync CLI tools across all hosts

This commit is contained in:
Katherina Walshe-Grey 2024-06-05 22:14:32 +01:00
parent 050fe2d1a7
commit c680907894
5 changed files with 32 additions and 4 deletions

View file

@ -3,15 +3,13 @@
{
home-manager.users.qenya = { pkgs, ... }: {
imports = [
../../home/btop.nix
../../home/cli.nix
../../home/gnome
../../home/vscode.nix
];
home.packages = with pkgs; [
fortune
htop
tree
bitwarden
tor-browser-bundle-bin
];