Skip to content

Commit

Permalink
t14: 97 current 2024-10-24 08:36:02 24.05.20241004.6e6b3dd 6.6.54 *
Browse files Browse the repository at this point in the history
  • Loading branch information
pniedzwiedzinski committed Oct 24, 2024
1 parent 39238b9 commit cd22698
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion machines/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
environment.systemPackages = with pkgs; [
wget vim curl htop file
stdenv git zip unzip
dnsutils ripgrep jq
dnsutils ripgrep
any-nix-shell fd fzf
translate-shell
];
Expand Down
1 change: 1 addition & 0 deletions machines/t14/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
../x220-gnome/pass.nix
./hardware-configuration.nix
../x220-gnome/pn.nix
../../modules/appset-dev.nix
];

# Enable networking
Expand Down
10 changes: 10 additions & 0 deletions modules/appset-dev.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
vscode
vim
jq
python3
nodejs
];
}

0 comments on commit cd22698

Please sign in to comment.