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": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1739866667,
|
"lastModified": 1741851582,
|
||||||
"narHash": "sha256-EO1ygNKZlsAC9avfcwHkKGMsmipUk1Uc0TbrEZpkn64=",
|
"narHash": "sha256-cPfs8qMccim2RBgtKGF+x9IBCduRvd/N5F4nYpU0TVE=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "73cf49b8ad837ade2de76f87eb53fc85ed5d4680",
|
"rev": "6607cf789e541e7873d40d3a8f7815ea92204f32",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.htop = {
|
programs.htop = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.htop-vim;
|
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
tree_view = true;
|
tree_view = true;
|
||||||
|
@ -128,7 +128,6 @@ in
|
|||||||
satty
|
satty
|
||||||
srb2
|
srb2
|
||||||
ringracers
|
ringracers
|
||||||
jamesdsp
|
|
||||||
texliveFull
|
texliveFull
|
||||||
shotwell
|
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