Home: Use module for btop
This commit is contained in:
@ -43,6 +43,8 @@
|
||||
modules = {
|
||||
beets.enable = !headless;
|
||||
|
||||
btop.enable = true;
|
||||
|
||||
chromium = {
|
||||
enable = !headless;
|
||||
google = false;
|
||||
@ -491,11 +493,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
btop = {
|
||||
enable = true;
|
||||
# settings = {};
|
||||
};
|
||||
|
||||
cava = {
|
||||
enable = !headless;
|
||||
|
||||
|
@ -12,6 +12,8 @@
|
||||
|
||||
config = {
|
||||
modules = {
|
||||
btop.cuda = true;
|
||||
|
||||
hyprland = {
|
||||
kb-layout = "us";
|
||||
kb-variant = "altgr-intl";
|
||||
@ -152,10 +154,6 @@
|
||||
stateVersion = "22.05";
|
||||
};
|
||||
|
||||
programs = {
|
||||
btop.package = pkgs.btop-cuda;
|
||||
};
|
||||
|
||||
services = {
|
||||
flatpak = {
|
||||
packages = [
|
||||
|
@ -11,14 +11,14 @@
|
||||
];
|
||||
|
||||
config = {
|
||||
modules = {
|
||||
btop.cuda = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
docker-compose
|
||||
];
|
||||
|
||||
programs = {
|
||||
btop.package = pkgs.btop-cuda;
|
||||
};
|
||||
|
||||
home.stateVersion = "23.05";
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user