nix-config/hosts/nixos/aramis/system.nix

11 lines
165 B
Nix
Raw Normal View History

# Core system configuration
{ ... }:
{
my.system = {
# Printers are hell, but so is the unability to print
printing = {
enable = true;
};
};
}