Compare commits

..

No commits in common. "ee44844da8f54634b6b65805a6fe40bdef24875a" and "e1f53febd22fc3177bbb3a1935aa298d9f756b27" have entirely different histories.

View File

@ -194,26 +194,21 @@
# Enable CUPS to print documents.
services.printing.enable = true;
# Pipewire...
# Enable sound with pipewire.
#sound.enable = true;
#hardware.pulseaudio.enable = false;
services.pulseaudio.enable = false;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
jack.enable = true;
};
services.mpd = {
enable = true;
# XXX
musicDirectory = "/home/f_lynx/Music";
extraConfig = ''
'';
# If you want to use JACK applications, uncomment this
#jack.enable = true;
# Allow non-localhost connections
#network.listenAddress = "any";
# Systemd feature: only start MPD service upon connection to its socket
network.startWhenNeeded = true;
# use the example session manager (no others are packaged yet so this is enabled by default,
# no need to redefine it in your config for now)
#media-session.enable = true;
};
services.colord.enable = true;
@ -309,6 +304,7 @@
};
};
# Define a user account. Don't forget to set a password with passwd.
users.users.f_lynx = {
isNormalUser = true;
@ -420,8 +416,7 @@
gedit
# media...
vlc mpv
cmus rmpc mpc
vlc mpv cmus
yt-dlp media-downloader
ffmpeg #ffmpegthumbnailer
httrack
@ -500,20 +495,18 @@
fancyhdr pdfpages geometry varwidth hyphenat bigfoot lipsum
anyfontsize cprotect ccicons multitoc hardwrap catchfile
titlesec hypdoc doctools needspace xstring listings imakeidx
latexmk
latexmk;
pax
# fonts...
opensans courier
# languages...
russ babel-russian hyphen-russian
# photobook...
photobook
;
#(setq org-latex-compiler "lualatex")
#(setq org-preview-latex-default-process 'dvisvgm)
})
@ -521,9 +514,12 @@
# jdk - required by texlive-pax (BUG: no dependency??)
temurin-jre-bin
blender
rawtherapee
# fonts...
#nerdfonts
#blender
#krita
#gimp3
gimp3-with-plugins
];