can now use default packages instead of unstable

This commit is contained in:
Vinzenz Schroeter 2023-12-03 13:31:34 +01:00
parent 8dce5f6c9d
commit 822a75d842
3 changed files with 5 additions and 6 deletions

View file

@ -32,7 +32,7 @@ in {
};
environment.systemPackages = with pkgs; [
unstable.nvtop-amd
nvtop-amd
];
})

View file

@ -32,7 +32,7 @@ in {
];
};
environment.systemPackages = with pkgs; [
unstable.nvtop-intel
nvtop-intel
];
})
];