programs.bcc.enable = true

This commit is contained in:
Sean Buckley 2021-12-28 14:17:08 -05:00
parent e5aab6ef2e
commit 497dd7036f

View file

@ -79,6 +79,8 @@
environment.etc.nixpkgs.source = pkgs.path; environment.etc.nixpkgs.source = pkgs.path;
nix.nixPath = [ "nixpkgs=/etc/nixpkgs" ]; nix.nixPath = [ "nixpkgs=/etc/nixpkgs" ];
programs.bcc.enable = true;
programs.htop = { programs.htop = {
enable = true; enable = true;
settings = { settings = {