putz u in dhe washing machin and spins ur bsky pofile pictuer !!! :D
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add nix module to flake

+2
+2
flake.nix
··· 25 25 }); 26 26 27 27 overlays.default = final: _: { washing-machien = final.callPackage ./nix/default.nix { }; }; 28 + 29 + nixosModules.default = import ./nix/module.nix; 28 30 }; 29 31 }