paul-fixe: update config

This commit is contained in:
nyanloutre 2021-10-14 13:01:23 +02:00
parent 40b035492e
commit 8ee4f91254
4 changed files with 250 additions and 62 deletions

View file

@ -17,6 +17,7 @@
minecraft
multimc
lutris
teamspeak_client
betaflight-configurator
@ -50,6 +51,7 @@
gwenview
kcalc
spectacle
kinfocenter
kile
(texlive.combine {
inherit (texlive) scheme-small titling collection-langfrench cm-super;
@ -57,7 +59,7 @@
gnome-breeze
libreoffice
libreoffice-fresh
gimp
inkscape
@ -65,12 +67,15 @@
obs-studio
vlc
mpv
jftui
calibre
# jftui
# calibre
jellyfin-mpv-shim
kdenlive
glxinfo
i7z
appimage-run
pavucontrol
];
i18n = {
@ -81,11 +86,20 @@
programs.steam.enable = true;
hardware = {
pulseaudio.enable = true;
};
# hardware = {
# pulseaudio.enable = true;
# };
sound.enable = true;
# sound.enable = true;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
};
networking.networkmanager.enable = true;
@ -106,6 +120,7 @@
xserver = {
enable = true;
layout = "fr";
exportConfiguration = true;
displayManager.sddm.enable = true;
desktopManager.plasma5.enable = true;
};
@ -124,6 +139,16 @@
};
environment.etc = {
"mpv/mpv.conf" = {
text = ''
profile=gpu-hq
scale=ewa_lanczossharp
cscale=ewa_lanczossharp
video-sync=display-resample
interpolation
tscale=oversample
'';
};
# CK3 fix
"ssl/certs/f387163d.0".source = "${pkgs.cacert.unbundled}/etc/ssl/certs/Starfield_Class_2_CA.crt";
};