✨ Moved common home-manager config to shared/home-manager
This commit is contained in:
10
shared/home-manager/btop.nix
Normal file
10
shared/home-manager/btop.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ theme, ... }:
|
||||
|
||||
{
|
||||
catppuccin.btop = {
|
||||
enable = true;
|
||||
flavor = theme.flavor;
|
||||
};
|
||||
|
||||
programs.btop.enable = true;
|
||||
}
|
Reference in New Issue
Block a user