1

Home: Enable replace btop with btop-cuda on servenix and nixinator

This commit is contained in:
2025-07-12 15:19:35 +02:00
parent cec14ed0e9
commit 0ed6b1b7e5
3 changed files with 12 additions and 1 deletions

View File

@ -491,7 +491,10 @@
};
};
btop.enable = true;
btop = {
enable = true;
# settings = {};
};
cava = {
enable = !headless;

View File

@ -152,6 +152,10 @@
stateVersion = "22.05";
};
programs = {
btop.package = pkgs.btop-cuda;
};
services = {
flatpak = {
packages = [

View File

@ -15,6 +15,10 @@
docker-compose
];
programs = {
btop.package = pkgs.btop-cuda;
};
home.stateVersion = "23.05";
};
}