Compare commits
7 Commits
3bf1ee4552
...
5853078930
Author | SHA1 | Date | |
---|---|---|---|
5853078930 | |||
2f49b097af | |||
3a154ce2ff | |||
31258d2d4e | |||
e7ee91059c | |||
e5def1b6a5 | |||
00bf6048ba |
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user