• Operand
  • # (b)ring mi - belles.

gram:build

> ./nixos/calm/mail/configuration.nix

Lenses
(coming soon!)


{ config, lib, pkgs, ... }:
{
  system.stateVersion = "24.05"; # Did you read the comment?
  imports = [ ./hardware-configuration.nix ];
  boot.loader.grub.enable = true;
  environment.systemPackages = with pkgs; [ neovim wget tree ];
}