feat: Remove bottom
Rose Pine does not have an official bottom port.
This commit is contained in:
parent
035cd48f6b
commit
3a829096c2
2 changed files with 0 additions and 16 deletions
|
@ -1,7 +1,6 @@
|
|||
[
|
||||
./alacritty.nix
|
||||
./bat.nix
|
||||
./bottom.nix
|
||||
./btop.nix
|
||||
./cava.nix
|
||||
./cursor.nix
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
{ config, lib, ... }:
|
||||
let
|
||||
inherit (config.catppuccin) sources;
|
||||
cfg = config.programs.bottom.catppuccin;
|
||||
enable = cfg.enable && config.programs.bottom.enable;
|
||||
in
|
||||
{
|
||||
options.programs.bottom.catppuccin = lib.ctp.mkCatppuccinOpt { name = "bottom"; };
|
||||
|
||||
config = lib.mkIf enable {
|
||||
programs.bottom = {
|
||||
settings = lib.importTOML "${sources.bottom}/themes/${cfg.flavor}.toml";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue