Files
nixos-config/modules/home-manager/work/default.nix
2025-12-02 10:12:05 +01:00

18 lines
151 B
Nix

{
config,
lib,
...
}:
let
cfg = config.nix-config.hypr;
in
{
options = {
};
imports = [
./cryptography.nix
./kluster.nix
];
}