mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 13:56:56 -05:00
Options Was In the Wrong Section
This commit is contained in:
parent
07dcc4a0f1
commit
ef783dbc21
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue