restructured core modules

This commit is contained in:
2026-07-04 18:25:35 +01:00
parent 2d9e205897
commit 05b0864145
6 changed files with 150 additions and 15 deletions

View File

@@ -3,14 +3,19 @@
inputs,
...
}: {
flake.nixosModules.userConfiguration = {
flake.nixosModules.user = {
pkgs,
lib,
...
}: {
}: let
modules = with self.nixosModules; [
zsh
];
in {
imports = modules;
users.users.user01 = {
isNormalUser = true;
initialPassword = "password";
initialPassword = "qwer";
shell = pkgs.zsh;
description = "user01";
extraGroups = [