Options Was In the Wrong Section

This commit is contained in:
Annika Merris 2024-05-18 17:09:59 -04:00
parent 07dcc4a0f1
commit ef783dbc21

View file

@ -1,16 +1,16 @@
{ config, lib, pkgs, ...}:
{
options = {
user = lib.mkOption {
type = lib.types.str;
description = "Primary user of the system";
};
};
config =
let
stateVersion = "23.11";
in
{
options = {
user = lib.mkOption {
type = lib.types.str;
description = "Primary user of the system";
};
};
environment.systemPackages = with pkgs; [
git
vim