Merge branch 'master' of github.com:IvanMalison/dotfiles
This commit is contained in:
commit
48fb2da08a
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user