nixos/core: remove comment and format module args
This commit is contained in:
parent
e176ea9483
commit
7828941e12
1 changed files with 6 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
|||
# Edit this configuration file to define what should be installed on
|
||||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running 'nixos-help').
|
||||
|
||||
{ inputs, lib, pkgs, ... }:
|
||||
{
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
|
Loading…
Add table
Reference in a new issue