Reinitialized repo after massive overhaul
This commit is contained in:
21
home/services/flake.nix
Normal file
21
home/services/flake.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
description = "Nathan user service config";
|
||||
|
||||
inputs = {
|
||||
|
||||
mpdris.url = "./mpdris";
|
||||
|
||||
};
|
||||
|
||||
outputs = { self, ... }@inputs: {
|
||||
|
||||
hmModule = { config, lib, pkgs, ... }: {
|
||||
|
||||
imports = [
|
||||
inputs.mpdris.hmModule
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user