🔧 btop has a module now

This commit is contained in:
James Walker 2022-09-07 20:15:00 -04:00
parent 94b2a83bc8
commit 65a2cc2cf5
Signed by: walkah
GPG Key ID: 3C127179D6086E93
3 changed files with 7 additions and 7 deletions

View File

@ -23,11 +23,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1661824092,
"narHash": "sha256-nSWLWytlXbeLrx5A+r5Pso7CvVrX5EgmIIXW/EXvPHQ=",
"lastModified": 1662583828,
"narHash": "sha256-5rlP4RhAJX+n2Jd1S6vlDksOu9Wsodzv+DeKHTI/m9o=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "5bd66dc6cd967033489c69d486402b75d338eeb6",
"rev": "22113a3ae3c8410c682324e1ac3d0b995ceaf82a",
"type": "github"
},
"original": {
@ -38,11 +38,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1661799568,
"narHash": "sha256-P3xXCyYfd6WzVC3anpb5ZvUeZ6vMttcs05OWGWvgc+E=",
"lastModified": 1662096612,
"narHash": "sha256-R+Q8l5JuyJryRPdiIaYpO5O3A55rT+/pItBrKcy7LM4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c3e4dc4f6d23c7e41dda5ce98956c75c7779e2fa",
"rev": "21de2b973f9fee595a7a1ac4693efff791245c34",
"type": "github"
},
"original": {

View File

@ -3,7 +3,6 @@
{
home.packages = with pkgs; [
# General
btop
cmake
drone-cli

View File

@ -3,6 +3,7 @@
{
programs = {
bat.enable = true;
btop.enable = true;
dircolors.enable = true;
direnv.enable = true;
exa.enable = true;