1
0
forked from extern/nix-config

meta: Remove cmus

Not needed since I prefer ncmpcpp and the playback issues I had
previously seem to be fixed now.
This commit is contained in:
Donovan Glover 2023-12-02 11:02:46 -05:00
parent 5beb9ca079
commit 4593d74d8c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 0 additions and 40 deletions

View File

@ -1,39 +0,0 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ cmus ];
xdg.configFile."cmus/rc".text = /* cmusrc */ ''
colorscheme stylix
'';
xdg.configFile."cmus/stylix.theme".text = /* cmusrc */ ''
set color_win_fg=default
set color_win_bg=default
set color_statusline_fg=2
set color_statusline_bg=default
set color_titleline_fg=2
set color_titleline_bg=default
set color_win_title_fg=2
set color_win_title_bg=default
set color_win_title_attr=bold
set color_cmdline_bg=default
set color_cmdline_fg=default
set color_error=1
set color_info=6
set color_separator=16
set color_win_cur=13
set color_win_cur_sel_bg=default
set color_win_cur_sel_fg=3
set color_win_cur_sel_attr=underline
set color_win_inactive_cur_sel_bg=default
set color_win_inactive_cur_sel_fg=13
set color_win_sel_bg=default
set color_win_sel_fg=3
set color_win_sel_attr=underline
set color_win_inactive_sel_bg=default
set color_win_inactive_sel_fg=1
set color_win_dir=default
'';
}

View File

@ -1,6 +1,5 @@
{
home-manager.sharedModules = [
./cmus.nix
./dunst.nix
./eww.nix
./fcitx.nix