working? plus cleanup and fallbacks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user