Small changes for the PC
This commit is contained in:
parent
78cd53df9b
commit
f8ac795280
3 changed files with 19 additions and 3 deletions
|
@ -250,6 +250,12 @@
|
|||
# For 32 bit applications
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
# Evolution wants a plugin
|
||||
programs.evolution = {
|
||||
enable = true;
|
||||
plugins = with pkgs; [ evolution-ews ];
|
||||
};
|
||||
|
||||
# Music server
|
||||
services.navidrome.enable = true;
|
||||
services.navidrome.settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue