mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-01-19 02:13:06 +01:00
6 lines
278 B
Nix
6 lines
278 B
Nix
# Collection of reusable home-manager 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;
|
|
}
|