reo101
df9ce2d4e2
Update flake (`neovim-nightly-overlay` is fixed) Format all `.nix` files Unify package/module argument order: - `inputs`, `outputs`, `lib`, `pkgs`, `config`, ... Move Jellyfin config to a `NixOS` module (first one, yay) Add `direnv` to `reo101-shell` modules (was used, but not defined as wanted) - TODO: make it optional (module config options)
8 lines
313 B
Nix
8 lines
313 B
Nix
# Add your reusable NixOS modules to this directory, on their own file (https://nixos.wiki/wiki/Module).
|
|
# These should be stuff you would like to share with others, not your personal configurations.
|
|
|
|
{
|
|
# List your module files here
|
|
# my-module = import ./my-module.nix;
|
|
jellyfin = import ./jellyfin.nix;
|
|
}
|