summary refs log tree commit diff
path: root/nixos/modules/profiles/minimal.nix
blob: 5067622aaf16dd50429d88fff153a823bedb9931 (plain) (blame)
1
2
3
4
5
6
7
8
# This module defines a small NixOS configuration.  It does not
# contain any graphical stuff.

{ config, lib, pkgs, ... }:

{
  environment.noXlibs = true;
}