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,9 +1,4 @@
{ config, lib, pkgs, ...}:
{
config =
let
stateVersion = "23.11";
in
{
options = {
user = lib.mkOption {
@ -11,6 +6,11 @@
description = "Primary user of the system";
};
};
config =
let
stateVersion = "23.11";
in
{
environment.systemPackages = with pkgs; [
git
vim