This commit is contained in:
2025-06-03 04:46:33 -04:00
parent 3d60f7c462
commit ff5693263b
2 changed files with 2 additions and 39 deletions

View File

@@ -43,18 +43,6 @@
flavor = "mocha";
};
programs.alacritty = {
enable = true;
settings = {
font = {
normal = {
family = "IBM Plex Mono";
style = "Regular";
};
};
};
};
programs.bash = {
enable = true;
enableCompletion = true;
@@ -230,37 +218,11 @@
];
};
programs.ncmpcpp = {
enable = true;
bindings = [
{ key = "h"; command = "previous_column"; }
{ key = "j"; command = "scroll_down"; }
{ key = "k"; command = "scroll_up"; }
{ key = "l"; command = "next_column"; }
];
settings = {
media_library_primary_tag = "album_artist";
};
};
programs.obs-studio.enable = true;
programs.ranger.enable = true;
programs.rmpc = {
enable = true;
config = ''
(
album_art: (
method: Auto,
max_size_px: (width: 1200, height: 1200),
disabled_protocols: ["http://", "https://"],
vertical_align: Center,
horizontal_align: Center,
),
)
'';
};
programs.rmpc.enable = true;
programs.texlive.enable = true;