Merge remote-tracking branch 'origin/master' into nixos-snapshot-09092024
This commit is contained in:
@ -1,10 +1,18 @@
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
userName,
|
||||
userEmail,
|
||||
...
|
||||
}: {
|
||||
}: let
|
||||
# Have a file sturcture that holds all the configuration files that can't be configured by Nix
|
||||
# or maybe I'm too lazy to do anything about it? I dunno
|
||||
dirs = {
|
||||
defaults = ../defaults;
|
||||
};
|
||||
in {
|
||||
# Import sub modules
|
||||
imports = [
|
||||
imports = map (module: import module {inherit lib pkgs dirs userName userEmail;}) [
|
||||
./atuin.nix
|
||||
./shell.nix
|
||||
./core.nix
|
||||
|
Reference in New Issue
Block a user