add yeswiki.pro mail, mpc and cleaning

This commit is contained in:
Florian Schmitt 2023-12-21 13:02:18 +03:00
parent 17e5a9d42e
commit 92f3851041
3 changed files with 42 additions and 1018 deletions

View file

@ -2,6 +2,20 @@
{ lib, pkgs, ... }:
{
services = {
mpd.enable = true;
mpd.musicDirectory = "/home/mrflos/Musique";
mpd.user = "mrflos";
mpd.group = "users";
#mpd.dataDir
mpd.startWhenNeeded = true;
mpd.extraConfig = ''
audio_output {
type "pulse"
name "mpd"
}
'';
};
programs = {
mosh.enable = true;
neovim = {
@ -40,6 +54,7 @@
bat
btop
bitwarden-cli
catnip
coreutils
curl
dnsutils
@ -60,6 +75,7 @@
mc
micro
mosh
mpc-cli
mpd
neofetch
pandoc

File diff suppressed because it is too large Load diff