Merge branch 'master' of github.com:IvanMalison/dotfiles

This commit is contained in:
Ivan Malison 2018-06-18 14:02:38 -07:00
commit 48fb2da08a
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -113,6 +113,7 @@ in
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Applications # Applications
calibre
emacs emacs
firefox firefox
google-chrome google-chrome
@ -200,7 +201,15 @@ in
programs.gnupg.agent = { enable = true; enableSSHSupport = true; }; programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
services.openssh.enable = true; services.openssh.enable = true;
services.avahi.enable = true; services.avahi = {
enable = true;
nssmdns = true;
publish = {
enable = true;
domain = true;
userServices = true;
};
};
sound.enable = true; sound.enable = true;
hardware.pulseaudio.enable = true; hardware.pulseaudio.enable = true;