cleanup old file

This commit is contained in:
Chris Kruining 2025-03-30 21:43:59 +02:00
parent 4d95f45cb6
commit 0fd2177bd0
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
9 changed files with 119 additions and 61 deletions

View file

@ -1,20 +0,0 @@
args@{ inputs, lib, pkgs, config, options, ... }: let
inherit (lib.my) mapModulesRec';
in
{
imports = []
++(mapModulesRec' ../modules/home (file: (import file (args // { user = "root"; }))));
config = {
modules.root = {
user = {
full_name = "__ROOT__";
email = "__ROOT__@${config.networking.hostName}";
};
shell = {
default = "zsh";
};
};
};
}

View file

@ -1,6 +0,0 @@
{ ... }:
{
mkWinApp = { }: {
};
}