mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
init
This commit is contained in:
11
modules/btop.nix
Normal file
11
modules/btop.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
vim_keys = true;
|
||||
color_theme = "catppuccin_mocha";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user