From 5aaeb78e9cdd5c6f5d4343c8ae39894ff9b6ff6c Mon Sep 17 00:00:00 2001 From: James Walker Date: Tue, 8 Apr 2025 19:49:43 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=EF=B8=8F=20I=20don't=20remember=20?= =?UTF-8?q?why=20I=20removed=20btop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.lock | 18 +++++++++--------- nix/hosts/epicurus/homebrew.nix | 1 + nix/hosts/heraclitus/homebrew.nix | 1 + nix/modules/base/nixos.nix | 1 + 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 4776923..1f47162 100644 --- a/flake.lock +++ b/flake.lock @@ -137,11 +137,11 @@ ] }, "locked": { - "lastModified": 1744008831, - "narHash": "sha256-g3mHJLB8ShKuMaBBZxiGuoftJ22f7Boegiw5xBUnS8E=", + "lastModified": 1744138333, + "narHash": "sha256-l0Vjq1EZoYTfWImVmwsvMEuIdasrBRRCoNTV0rNtYi0=", "owner": "nix-community", "repo": "home-manager", - "rev": "f463902a3f03e15af658e48bcc60b39188ddf734", + "rev": "760eed59594f2f258db0d66b7ca4a5138681fd97", "type": "github" }, "original": { @@ -222,11 +222,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1743938762, - "narHash": "sha256-UgFYn8sGv9B8PoFpUfCa43CjMZBl1x/ShQhRDHBFQdI=", + "lastModified": 1744032190, + "narHash": "sha256-KSlfrncSkcu1YE+uuJ/PTURsSlThoGkRqiGDVdbiE/k=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "74a40410369a1c35ee09b8a1abee6f4acbedc059", + "rev": "b0b4b5f8f621bfe213b8b21694bab52ecfcbf30b", "type": "github" }, "original": { @@ -441,11 +441,11 @@ ] }, "locked": { - "lastModified": 1743910657, - "narHash": "sha256-zr2jmWeWyhCD8WmO2aWov2g0WPPuZfcJDKzMJZYGq3Y=", + "lastModified": 1744103455, + "narHash": "sha256-SR6+qjkPjGQG+8eM4dCcVtss8r9bre/LAxFMPJpaZeU=", "owner": "Mic92", "repo": "sops-nix", - "rev": "523f58a4faff6c67f5f685bed33a7721e984c304", + "rev": "69d5a5a4635c27dae5a742f36108beccc506c1ba", "type": "github" }, "original": { diff --git a/nix/hosts/epicurus/homebrew.nix b/nix/hosts/epicurus/homebrew.nix index d386b71..a7bc384 100644 --- a/nix/hosts/epicurus/homebrew.nix +++ b/nix/hosts/epicurus/homebrew.nix @@ -15,6 +15,7 @@ _: casks = [ "1password" + "btop" "docker" "font-jetbrains-mono" "font-jetbrains-mono-nerd-font" diff --git a/nix/hosts/heraclitus/homebrew.nix b/nix/hosts/heraclitus/homebrew.nix index 121b2ef..8f297f1 100644 --- a/nix/hosts/heraclitus/homebrew.nix +++ b/nix/hosts/heraclitus/homebrew.nix @@ -15,6 +15,7 @@ _: brews = [ "asdf" "awscli" + "btop" "cmake" "cocoapods" "coreutils" diff --git a/nix/modules/base/nixos.nix b/nix/modules/base/nixos.nix index 15d6af2..6642db8 100644 --- a/nix/modules/base/nixos.nix +++ b/nix/modules/base/nixos.nix @@ -12,6 +12,7 @@ }; environment.systemPackages = with pkgs; [ + btop htop inetutils vim