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
|
@ -3,8 +3,8 @@
|
||||||
{
|
{
|
||||||
# Home Manager needs a bit of information about you and the paths it should
|
# Home Manager needs a bit of information about you and the paths it should
|
||||||
# manage.
|
# manage.
|
||||||
home.username = "florian";
|
home.username = "mrflos";
|
||||||
home.homeDirectory = "/home/florian";
|
home.homeDirectory = "/home/${home.username}";
|
||||||
|
|
||||||
# This value determines the Home Manager release that your configuration is
|
# This value determines the Home Manager release that your configuration is
|
||||||
# compatible with. This helps avoid breakage when a new Home Manager release
|
# compatible with. This helps avoid breakage when a new Home Manager release
|
||||||
|
@ -22,6 +22,7 @@
|
||||||
ansible
|
ansible
|
||||||
bat
|
bat
|
||||||
btop
|
btop
|
||||||
|
catnip
|
||||||
coreutils
|
coreutils
|
||||||
curl
|
curl
|
||||||
dnsutils
|
dnsutils
|
||||||
|
@ -468,4 +469,3 @@ Port 51026
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,20 @@
|
||||||
{ lib, pkgs, ... }:
|
{ 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 = {
|
programs = {
|
||||||
mosh.enable = true;
|
mosh.enable = true;
|
||||||
neovim = {
|
neovim = {
|
||||||
|
@ -40,6 +54,7 @@
|
||||||
bat
|
bat
|
||||||
btop
|
btop
|
||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
|
catnip
|
||||||
coreutils
|
coreutils
|
||||||
curl
|
curl
|
||||||
dnsutils
|
dnsutils
|
||||||
|
@ -60,6 +75,7 @@
|
||||||
mc
|
mc
|
||||||
micro
|
micro
|
||||||
mosh
|
mosh
|
||||||
|
mpc-cli
|
||||||
mpd
|
mpd
|
||||||
neofetch
|
neofetch
|
||||||
pandoc
|
pandoc
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue