toybox was kinda odd
This commit is contained in:
parent
43190742d5
commit
8c2d901a27
3 changed files with 6 additions and 2 deletions
|
|
@ -47,7 +47,6 @@ in
|
|||
pkgs.openssh
|
||||
pkgs.file
|
||||
pkgs.fastfetch
|
||||
pkgs.toybox
|
||||
];
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
|
|
|||
|
|
@ -1,9 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker
|
||||
];
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
package = pkgs.docker;
|
||||
extraPackages = [
|
||||
pkgs.docker-compose
|
||||
pkgs.docker-buildx
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue