mirror of
https://github.com/materusPL/nixos-config
synced 2026-06-25 01:46:42 +00:00
oldie: more updates
This commit is contained in:
@@ -23,14 +23,29 @@
|
||||
|
||||
packwiz
|
||||
ani-cli
|
||||
mpv
|
||||
|
||||
kitty
|
||||
keepassxc
|
||||
moonlight-qt
|
||||
wezterm
|
||||
|
||||
(vivaldi.override {proprietaryCodecs = true;})
|
||||
(vivaldi.override { proprietaryCodecs = true; })
|
||||
];
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
config = {
|
||||
ytdl-format = "bestvideo+bestaudio";
|
||||
slang = "pl,pol,Polish,Polski,en,eng,English";
|
||||
alang = "ja,jp,jpn,Japanese,pl,pol,Polski,en,eng,English";
|
||||
demuxer-max-bytes = "500MiB";
|
||||
demuxer-max-back-bytes = "150MiB";
|
||||
cache = "yes";
|
||||
cache-pause-wait = "10";
|
||||
cache-pause-initial = "yes";
|
||||
keep-open = "yes";
|
||||
};
|
||||
};
|
||||
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
mutableExtensionsDir = true;
|
||||
@@ -43,9 +58,16 @@
|
||||
user.name = "materus";
|
||||
commit.gpgsign = true;
|
||||
gpg.format = "ssh";
|
||||
|
||||
};
|
||||
|
||||
signing.signByDefault = true;
|
||||
signing.key = "/mkk/config/extra-files/ssh/materus.pub";
|
||||
};
|
||||
programs.delta = {
|
||||
enable = true;
|
||||
enableGitIntegration = true;
|
||||
};
|
||||
programs.gitui.enable = true;
|
||||
programs.yt-dlp.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user