Compare commits

..

7 Commits

Author SHA1 Message Date
5853078930 Edit kitty theme 2025-05-28 17:02:13 -04:00
2f49b097af Add kitty 2025-05-28 16:58:58 -04:00
3a154ce2ff Update rmpc config 2025-05-28 16:52:09 -04:00
31258d2d4e Update rmpc config 2025-05-28 16:51:22 -04:00
e7ee91059c Add ueberzugpp 2025-05-28 16:42:39 -04:00
e5def1b6a5 Added rmpc 2025-05-28 16:37:49 -04:00
00bf6048ba ncmpcpp config updates 2025-05-28 16:21:59 -04:00

View File

@@ -175,6 +175,14 @@ in
programs.git-credential-oauth.enable = true;
programs.kitty = {
enable = true;
enableGitIntegration = true;
font.name = "IBM Plex Mono";
shellIntegration.enableBashIntegration = true;
themeFile = "Catppuccin-Mocha";
};
programs.mpv = {
enable = true;
config = {
@@ -194,12 +202,30 @@ in
{ 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.texlive.enable = true;
programs.yt-dlp = {
@@ -222,6 +248,7 @@ in
nerd-fonts.blex-mono
protonmail-bridge
thunderbird
ueberzugpp
runelite
];
@@ -233,6 +260,7 @@ in
name "Pipewire Output"
}
'';
musicDirectory = "/mnt/share/media/music";
};
services.mpd-mpris = {