working? plus cleanup and fallbacks

This commit is contained in:
2025-11-17 12:12:17 -05:00
parent 6561e37119
commit 4207b320c9
9 changed files with 29 additions and 47 deletions

View File

@@ -1,19 +1,20 @@
{ lib
, pkgs
, userName
, userEmail
, ghostty
, isNixOS ? true
, role
, ...
}:
let
# Have a file structure that holds all the configuration files that can't be configured by Nix
# TODO: Have a file structure that holds all the configuration files that can't be configured by Nix (or I haven't found the time to do so)
dirs = {
defaults = ../defaults;
};
in
{
_module.args = {
inherit dirs;
};
# Import sub modules
imports = [
./packages