Skip to content

Commit

Permalink
nixos: install busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Jul 10, 2024
1 parent 0d90514 commit 1372b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configs/nixos/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
users.defaultUserShell = pkgs.zsh;
programs.steam.enable = true;
programs.adb.enable = true;
environment.systemPackages = with pkgs; [modrinth-app jdk cartridges xdg-desktop-portal-gtk];
environment.systemPackages = with pkgs; [modrinth-app jdk cartridges xdg-desktop-portal-gtk busybox];

# Enable networking
networking.networkmanager.enable = true;
Expand Down
1 change: 1 addition & 0 deletions configs/nixos/laptop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
services.upower.enable = true;
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
environment.systemPackages = with pkgs; [busybox];

# Enable networking
networking.networkmanager.enable = true;
Expand Down

0 comments on commit 1372b43

Please sign in to comment.