yumeami/homes/x86_64-linux/c4patino@shiori/default.nix

16 lines
206 B
Nix

{
lib,
namespace,
...
}: let
inherit (lib.${namespace}) enabled;
in {
${namespace} = {
bundles = {
common = enabled;
shell = enabled;
};
};
home.stateVersion = "25.11";
}