add yeswiki.pro mail, mpc and cleaning
This commit is contained in:
parent
17e5a9d42e
commit
92f3851041
3 changed files with 42 additions and 1018 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue