rofi and btop settings

This commit is contained in:
2025-06-19 23:45:14 +02:00
parent 51f82ed57a
commit d205b28f4f
2 changed files with 10 additions and 1 deletions

9
modules/home/btop.nix Normal file
View File

@ -0,0 +1,9 @@
{
programs.btop = {
enable = true;
settings = {
color_theme = "gruvbox_dark_v2";
theme_background = false;
};
};
}

View File

@ -7,6 +7,6 @@
"drun" "drun"
"window" "window"
]; ];
terminal = "\${pkgs.ghostty}/bin/ghostty"; terminal = "ghostty";
}; };
} }