Add experimental options

This commit is contained in:
2023-12-12 10:00:42 -04:00
parent 98ae6b6c4d
commit ed0508621e

View File

@@ -1,6 +1,8 @@
{ config, pkgs, ... }:
{
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Enable CUPS to print documents.
services.printing.enable = true;