first commit
This commit is contained in:
11
modules/home-manager/btop.nix
Normal file
11
modules/home-manager/btop.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
#color_theme = "gruvbox_dark_v2";
|
||||
color_theme = "catppuccin_mocha.theme";
|
||||
vim_keys = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
7
modules/home-manager/tmux.nix
Normal file
7
modules/home-manager/tmux.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
prefix = "ö";
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user