mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 15:45:39 +00:00
feat: add btop
This commit is contained in:
parent
4eedea3787
commit
e042873ced
2 changed files with 10 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
./programs/nixcord.nix
|
./programs/nixcord.nix
|
||||||
./programs/prismlauncher.nix
|
./programs/prismlauncher.nix
|
||||||
./programs/nodejs.nix
|
./programs/nodejs.nix
|
||||||
|
./programs/btop.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
9
home/toast/programs/btop.nix
Normal file
9
home/toast/programs/btop.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
programs.btop = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
color_theme = "Default";
|
||||||
|
vim_keys = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue