Compare commits

..

No commits in common. "5b84ce4c5d5a40f81b469e5015a1ff77ead3cc78" and "1f822e821192087473d5d67d131269d069c6f4a9" have entirely different histories.

4 changed files with 1 additions and 16 deletions

View File

@ -32,6 +32,7 @@ with materusArg.pkgs.lib;
options.materus.profile.packages.list.desktopApps = mkPrivateVar (with pkgs; [
(discord.override { nss = nss_latest; withOpenASAR = true; withTTS = true; })
tdesktop
mpv
syncplay
ani-cli
nextcloud-client

View File

@ -27,22 +27,6 @@ in
(if cfg.enableTerminal then packages.list.terminalApps else [ ]);
#Desktop
programs.feh.enable = lib.mkDefault cfg.enableDesktop;
programs.mpv = lib.mkIf cfg.enableDesktop {
enable = true;
config = {
vo = "gpu-next";
profile="gpu-hq";
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";
};
};
#Terminal
programs.git = {