mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
programs.bcc.enable = true
This commit is contained in:
parent
e5aab6ef2e
commit
497dd7036f
1 changed files with 2 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue