chore: update to latest nixos-unstable release

htop-vim is no longer broken
This commit is contained in:
Donovan Glover 2025-03-22 17:59:34 -04:00
parent b9a3bdc912
commit 5fe60eb3ee
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 6 additions and 3 deletions

6
flake.lock generated
View File

@ -223,11 +223,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1741851582, "lastModified": 1742422364,
"narHash": "sha256-cPfs8qMccim2RBgtKGF+x9IBCduRvd/N5F4nYpU0TVE=", "narHash": "sha256-mNqIplmEohk5jRkqYqG19GA8MbQ/D4gQSK0Mu4LvfRQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6607cf789e541e7873d40d3a8f7815ea92204f32", "rev": "a84ebe20c6bc2ecbcfb000a50776219f48d134cc",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -1,6 +1,9 @@
{ pkgs, ... }:
{ {
programs.htop = { programs.htop = {
enable = true; enable = true;
package = pkgs.htop-vim;
settings = { settings = {
tree_view = true; tree_view = true;