diff options
| author | 2026-05-22 10:41:22 +0100 | |
|---|---|---|
| committer | 2026-05-22 10:41:22 +0100 | |
| commit | b7d2755c97b93c391ca1de5856a0573e67f5b398 (patch) | |
| tree | ba2939391de0dbe112b521143890b47472105061 | |
| parent | 7968c511c3c49c98c5b2217240058e9f64c79a68 (diff) | |
| download | dotfiles-b7d2755c97b93c391ca1de5856a0573e67f5b398.tar.gz dotfiles-b7d2755c97b93c391ca1de5856a0573e67f5b398.tar.bz2 dotfiles-b7d2755c97b93c391ca1de5856a0573e67f5b398.zip | |
feat(pkg): declare btrfs-progs in base.txt
Root filesystem is btrfs; the userspace tools are needed for routine
maintenance (scrub, balance, subvolume management) and inspection
(`btrfs filesystem usage` — the only honest reporter on btrfs since
plain `df` doesn't account for metadata/profiles/unallocated). Also
used by the mkinitcpio btrfs hook at boot.
| -rw-r--r-- | meta/base.txt | 1 | ||||
| -rw-r--r-- | nix/flake.lock | 12 |
2 files changed, 7 insertions, 6 deletions
diff --git a/meta/base.txt b/meta/base.txt index 3492dbe..df69731 100644 --- a/meta/base.txt +++ b/meta/base.txt @@ -10,6 +10,7 @@ acpid arch-audit base base-devel +btrfs-progs chezmoi cpupower dashbinsh diff --git a/nix/flake.lock b/nix/flake.lock index 349d5fd..7b633fb 100644 --- a/nix/flake.lock +++ b/nix/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1778628724, - "narHash": "sha256-VNG6hJ146VEenXcDrB3t6MVnrMx+gtyCWTCDkzOp9Qs=", + "lastModified": 1779336838, + "narHash": "sha256-n1+l78hJRABp4cQHKeD0BVByT0vZLPqd09Tvoq8Q+d8=", "owner": "nix-community", "repo": "home-manager", - "rev": "6a0bbd6b4720da1c9ce7ebf35ff5c41a82db367a", + "rev": "928d72376949e222ea4f07b44828a55b0136422e", "type": "github" }, "original": { @@ -23,11 +23,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1778443072, - "narHash": "sha256-zi7/fsqM/kFdNuED//4WOCUtezGtKKqRNORjMvfwjnA=", + "lastModified": 1778869304, + "narHash": "sha256-30sZNZoA1cqF5JNO9fVX+wgiQYjB7HJqqJ4ztCDeBZE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "da5ad661ba4e5ef59ba743f0d112cbc30e474f32", + "rev": "d233902339c02a9c334e7e593de68855ad26c4cb", "type": "github" }, "original": { |
