mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-02-07 11:43:06 +01:00
7 lines
271 B
Nix
7 lines
271 B
Nix
|
# Collection of reusable nixos modules (https://nixos.wiki/wiki/Module)
|
||
|
# These shouldn't include personal configurations, but much rather stuff that can be shared across multiple configurations
|
||
|
{
|
||
|
# List your module files here
|
||
|
# my-module = import ./my-module.nix;
|
||
|
}
|