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

@ -3,8 +3,8 @@
{
# Home Manager needs a bit of information about you and the paths it should
# manage.
home.username = "florian";
home.homeDirectory = "/home/florian";
home.username = "mrflos";
home.homeDirectory = "/home/${home.username}";
# This value determines the Home Manager release that your configuration is
# compatible with. This helps avoid breakage when a new Home Manager release
@ -22,6 +22,7 @@
ansible
bat
btop
catnip
coreutils
curl
dnsutils
@ -468,4 +469,3 @@ Port 51026
};
};
}

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