diff --git a/modules/common/default.nix b/modules/common/default.nix index fa7a26d..6afd94a 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -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