mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-23 11:11:27 +02:00
chore: update to latest nixos-unstable release
Removed broken packages jamesdsp and htop-vim.
This commit is contained in:
parent
ff2f22cfe7
commit
b055f27918
6
flake.lock
generated
6
flake.lock
generated
@ -223,11 +223,11 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1739866667,
|
||||
"narHash": "sha256-EO1ygNKZlsAC9avfcwHkKGMsmipUk1Uc0TbrEZpkn64=",
|
||||
"lastModified": 1741851582,
|
||||
"narHash": "sha256-cPfs8qMccim2RBgtKGF+x9IBCduRvd/N5F4nYpU0TVE=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "73cf49b8ad837ade2de76f87eb53fc85ed5d4680",
|
||||
"rev": "6607cf789e541e7873d40d3a8f7815ea92204f32",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -1,9 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.htop = {
|
||||
enable = true;
|
||||
package = pkgs.htop-vim;
|
||||
|
||||
settings = {
|
||||
tree_view = true;
|
||||
|
@ -128,7 +128,6 @@ in
|
||||
satty
|
||||
srb2
|
||||
ringracers
|
||||
jamesdsp
|
||||
texliveFull
|
||||
shotwell
|
||||
]
|
||||
|
@ -1,5 +0,0 @@
|
||||
final: prev: {
|
||||
fluent-icon-theme = prev.fluent-icon-theme.overrideAttrs {
|
||||
dontCheckForBrokenSymlinks = true;
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user