9 lines
126 B
Nix
Executable file
9 lines
126 B
Nix
Executable file
{inputs, ...}: {
|
|
imports = [
|
|
./programs
|
|
./wayland
|
|
./scripts
|
|
|
|
inputs.sops-nix.homeManagerModules.sops
|
|
];
|
|
}
|