initial comit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{ config, lib, pkgs, ... }
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
]
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
# sound setup
|
||||
nixpkgs.config.pulseaudio.enable = true;
|
||||
services.pulseaudio.enable = true;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user