mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
9 lines
159 B
Nix
9 lines
159 B
Nix
# This module defines a small NixOS configuration. It does not
|
|
# contain any graphical stuff.
|
|
|
|
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
environment.noXlibs = true;
|
|
}
|