build please?
This commit is contained in:
@@ -3,15 +3,17 @@
|
||||
|
||||
inputs = {
|
||||
|
||||
ollama.url = "./ollama";
|
||||
|
||||
sddm.url = "./sddm";
|
||||
};
|
||||
|
||||
outputs = { self, ... }@inputs: {
|
||||
|
||||
module = { config, lib, pkgs, ... }: {
|
||||
imports = [
|
||||
inputs.ollama.module
|
||||
inputs.sddm.module
|
||||
./openssh
|
||||
./ollama
|
||||
./pipewire
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user