Skip to content

Commit

Permalink
modules (utilities): Re-add utilities and add some more
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Nov 12, 2024
1 parent 1e61902 commit b8ab5bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ in {
./sound
./ssh-access
./sway
./utilities
./vaultwarden
];

Expand Down
8 changes: 5 additions & 3 deletions modules/utilities/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
curl
dig
git
helix
lsof
neovim
nix-tree
unzip
tmux
wget
zip
];

programs.fish.enable = true;
}

0 comments on commit b8ab5bb

Please sign in to comment.