updates config

This commit is contained in:
Dennis Schoepf 2026-03-03 21:51:59 +01:00
parent 8156c9bd85
commit e72a052384
182 changed files with 47 additions and 10411 deletions

View file

@ -4,7 +4,7 @@ let
in
{
flake.modules.darwin.system =
{ pkgs }:
{ pkgs, ... }:
{
system = {
primaryUser = username;
@ -65,8 +65,8 @@ in
security.pam.services.sudo_local.touchIdAuth = true;
};
flake.modules.nixos.system =
{ pkgs }:
flake.modules.nixos.base =
{ pkgs, ... }:
{
boot.loader = {
systemd-boot.enable = true;