feat: format

This commit is contained in:
s-prechtl 2024-09-15 11:57:16 +02:00
parent 95f31e1d7a
commit 0844945c23
15 changed files with 1111 additions and 1080 deletions

View file

@ -1,11 +1,13 @@
{ config, pkgs, ... }:
{
programs.btop = {
enable = true;
settings = {
color_theme = "gruvbox_dark_v2";
vim_keys = true;
};
};
config,
pkgs,
...
}: {
programs.btop = {
enable = true;
settings = {
color_theme = "gruvbox_dark_v2";
vim_keys = true;
};
};
}